Thanks to visit codestin.com Credit goes to github.com
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 ad06498 commit db08990Copy full SHA for db08990
ir/src/main/scala/org/scalajs/core/ir/ScalaJSVersions.scala
@@ -22,7 +22,7 @@ object ScalaJSVersions {
22
*/
23
24
/** Scala.js version. */
25
- val current: String = "0.6.33-SNAPSHOT"
+ val current: String = "0.6.33"
26
27
/** true iff the Scala.js version is a snapshot version. */
28
val currentIsSnapshot: Boolean = current endsWith "-SNAPSHOT"
0 commit comments