Skip to content

Commit 1690c5a

Browse files
committed
Update dependencies
1 parent b4244f1 commit 1690c5a

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ repositories {
66
mavenCentral()
77
}
88

9+
kotlin {
10+
jvmToolchain(17)
11+
}
12+
913
sourceSets.main {
1014
java.srcDirs("src/main/kotlin")
1115
}

gradle/libs.versions.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
[versions]
2-
junit = "5.13.4"
3-
junit-platform = "1.13.4"
2+
junit = "6.0.1"
43
kotlin = "2.2.10"
54
kotlin-coroutines = "1.10.2"
65

76
[libraries]
87
junit-jupiter = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junit" }
9-
junit-platform-launcher = { module = "org.junit.platform:junit-platform-launcher", version.ref = "junit-platform" }
8+
junit-platform-launcher = { module = "org.junit.platform:junit-platform-launcher", version.ref = "junit" }
109
kotlin-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlin-coroutines" }
1110

1211
[plugins]

0 commit comments

Comments
 (0)