We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fba13c commit ee9b8eaCopy full SHA for ee9b8ea
buildSrc/src/main/kotlin/Versions.kt
@@ -1,5 +1,5 @@
1
object Versions {
2
- const val project = "1.2.4-SNAPSHOT"
+ const val project = "1.2.4"
3
const val groupID = "org.jetbrains.kotlinx.spark"
4
const val kotlin = "1.8.20"
5
const val jvmTarget = "8"
0 commit comments