Skip to content

Commit

Permalink
chore(deps): update plugin org.jetbrains.kotlin.jvm to v1.9.25
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and robstoll committed Aug 1, 2024
1 parent edd4004 commit fefb186
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.10.3"

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

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.24"
kotlin("jvm") version "1.9.25"
}

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.24"
kotlin("jvm") version "1.9.25"
}

group = "org.atriumlib.samples"
Expand Down

0 comments on commit fefb186

Please sign in to comment.