Skip to content

Commit

Permalink
chore(deps): update plugin org.jetbrains.kotlin.jvm to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and robstoll committed Jan 1, 2025
1 parent 6a108dd commit 4fc1271
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion samples/jvm/junit5/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ val atriumVersion = "1.2.0"
val junitVersion = "5.11.3"

plugins {
kotlin("jvm") version "1.9.25"
kotlin("jvm") version "2.1.0"
}

group = "org.atriumlib.samples"
Expand Down
2 changes: 1 addition & 1 deletion samples/jvm/kotest/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ val atriumVersion = "1.2.0"
val kotestVersion = "5.9.1"

plugins {
kotlin("jvm") version "1.9.25"
kotlin("jvm") version "2.1.0"
}

group = "org.atriumlib.samples"
Expand Down
2 changes: 1 addition & 1 deletion samples/jvm/testng/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ val atriumVersion = "1.2.0"
val testNGVersion = "7.10.2"

plugins {
kotlin("jvm") version "1.9.25"
kotlin("jvm") version "2.1.0"
}

group = "org.atriumlib.samples"
Expand Down

0 comments on commit 4fc1271

Please sign in to comment.