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 1895695 commit b6b28bbCopy full SHA for b6b28bb
bin/Version.scala
@@ -0,0 +1,5 @@
1
+val version = scala.util.Properties.scalaPropOrElse("version.number", "unknown").toString match {
2
+ case "2.10.0" => "2.10"
3
+ case e: String => e
4
+}
5
+println(version)
0 commit comments