Skip to content

Commit 2efb0d6

Browse files
authored
chore(deps): update kotlin to 1.6.0 (#6)
1 parent a1dc423 commit 2efb0d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/libs.versions.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[versions]
2-
kotlin = "1.5.31"
2+
kotlin = "1.6.0"
33
junit = "5.8.1"
44

55
[plugins]
66
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
77

88
[libraries]
99
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" }
10+
junit-jupiter-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junit" }

0 commit comments

Comments
 (0)