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 ffd86c6 commit 39bee2bCopy full SHA for 39bee2b
buildSrc/src/main/kotlin/Versions.kt
@@ -7,7 +7,7 @@ class Versions(private val project: Project) {
7
val projectRootID = "splain"
8
9
val projectVMajor = "1.2.0"
10
- val projectV = projectVMajor + "-SNAPSHOT"
+ val projectV = projectVMajor
11
12
inner class Scala {
13
val group: String = project.properties["scalaGroup"]?.toString() ?: "org.scala-lang"
0 commit comments