Skip to content

Commit

Permalink
Update plugin org.jetbrains.kotlin.jvm to v1.9.22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and robstoll committed Jan 1, 2024
1 parent 86efd8d commit 2560666
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.1.0"
val junitVersion = "5.10.1"

plugins {
kotlin("jvm") version "1.9.21"
kotlin("jvm") version "1.9.22"
}

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.1.0"
val kotestVersion = "5.8.0"

plugins {
kotlin("jvm") version "1.9.21"
kotlin("jvm") version "1.9.22"
}

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

plugins {
kotlin("jvm") version "1.9.21"
kotlin("jvm") version "1.9.22"
}

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.1.0"
val testNGVersion = "7.8.0"

plugins {
kotlin("jvm") version "1.9.21"
kotlin("jvm") version "1.9.22"
}

group = "org.atriumlib.samples"
Expand Down

0 comments on commit 2560666

Please sign in to comment.