Skip to content

Commit

Permalink
Upgraded to Kotlin 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jlink committed Dec 14, 2024
1 parent 111b621 commit 7c41441
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiguardian = "1.1.2"
junit-jupiter = "5.11.3"
assertJ = '3.26.3'
kotlin = '2.0.21'
kotlin = '2.1.0'
#opentest4j = '1.3.0'
#archunit = '1.3.0'
#mockito = '5.14.2'
Expand All @@ -13,6 +13,7 @@ junit-jupiter = { module = "org.junit.jupiter:junit-jupiter", version.ref = "jun
assertj-core = { module = "org.assertj:assertj-core", version.ref = "assertJ" }
kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kotlin" }
kotlin-test-junit5 = { module = "org.jetbrains.kotlin:kotlin-test-junit5", version.ref = "kotlin" }

# Used in gradle plugins build.gradle.kts:
kotlin-gradlePlugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
kotlin-powerAssertPlugin = { module = "org.jetbrains.kotlin:kotlin-power-assert", version.ref = "kotlin" }
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
plugins {
`java-library`
id("buildlogic.publish-library")
id("kotlin")
kotlin("jvm")
kotlin("plugin.power-assert")
}

Expand Down

0 comments on commit 7c41441

Please sign in to comment.