Skip to content

Commit

Permalink
Merge pull request #2 from compscidr/renovate/kotlin-monorepo
Browse files Browse the repository at this point in the history
Update plugin org.jetbrains.kotlin.jvm to v2.0.10
  • Loading branch information
compscidr authored Aug 8, 2024
2 parents fa6b47c + 15cf64e commit b30593c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pluginManagement {
maven(url = "https://oss.sonatype.org/content/repositories/snapshots/")
}
plugins {
kotlin("jvm") version "2.0.0"
kotlin("jvm") version "2.0.10"
}
}
plugins {
Expand Down

0 comments on commit b30593c

Please sign in to comment.