Skip to content

Commit

Permalink
Merge pull request #16 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.20
  • Loading branch information
compscidr authored Aug 22, 2024
2 parents 17d5801 + 6bdaa09 commit 5c85ff4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
jupiter = "5.11.0"
kotlin = "2.0.10"
kotlin = "2.0.20"
kotlinter = "4.4.1"
logback-classic = "1.5.7"
mockk = "1.13.12"
Expand Down
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.10"
kotlin("jvm") version "2.0.20"
}
}
plugins {
Expand Down

0 comments on commit 5c85ff4

Please sign in to comment.