Skip to content

Commit c6df808

Browse files
committed
kotlin 1.8.0
1 parent f0b91a0 commit c6df808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/Versions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
object Versions {
22
const val project = "1.2.3-SNAPSHOT"
33
const val groupID = "org.jetbrains.kotlinx.spark"
4-
const val kotlin = "1.8.0-RC2"
4+
const val kotlin = "1.8.0"
55
const val jvmTarget = "8"
66
const val jupyterJvmTarget = "11"
77

0 commit comments

Comments
 (0)