Skip to content

Commit

Permalink
Update kotlin monorepo to v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 4, 2024
1 parent 07ac465 commit 9c0c2c5
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
Expand Up @@ -10,7 +10,7 @@ icmp = "1.0.0"
junit = "4.13.2"
jupiter = "5.11.3"
kanonproxy = "0.0.45"
kotlin = "2.0.21"
kotlin = "2.1.0"
kotlinter = "4.5.0"
logback-android = "3.0.0"
logback-classic = "1.5.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.21"
kotlin("jvm") version "2.1.0"
}
}
plugins {
Expand Down

0 comments on commit 9c0c2c5

Please sign in to comment.