We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0b91a0 commit c6df808Copy full SHA for c6df808
buildSrc/src/main/kotlin/Versions.kt
@@ -1,7 +1,7 @@
1
object Versions {
2
const val project = "1.2.3-SNAPSHOT"
3
const val groupID = "org.jetbrains.kotlinx.spark"
4
- const val kotlin = "1.8.0-RC2"
+ const val kotlin = "1.8.0"
5
const val jvmTarget = "8"
6
const val jupyterJvmTarget = "11"
7
0 commit comments