We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1dc423 commit 2efb0d6Copy full SHA for 2efb0d6
gradle/libs.versions.toml
@@ -1,10 +1,10 @@
1
[versions]
2
-kotlin = "1.5.31"
+kotlin = "1.6.0"
3
junit = "5.8.1"
4
5
[plugins]
6
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
7
8
[libraries]
9
junit-jupiter-api = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "junit" }
10
-junit-jupiter-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junit" }
+junit-jupiter-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junit" }
0 commit comments