Skip to content

Commit

Permalink
build: bump jvm from 2.0.21 to 2.1.0 (#44)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 27, 2024
1 parent 150acad commit 0c38358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget

plugins {
// Apply the org.jetbrains.kotlin.jvm Plugin to add support for Kotlin.
kotlin("jvm") version "2.0.21"
kotlin("jvm") version "2.1.0"
id("org.jetbrains.dokka") version "1.9.20"

// Apply the java-library plugin for API and implementation separation.
Expand Down

0 comments on commit 0c38358

Please sign in to comment.