8000
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 e34cbe9 commit 9abcb02Copy full SHA for 9abcb02
ir/src/main/scala/org/scalajs/core/ir/ScalaJSVersions.scala
@@ -3,7 +3,7 @@ package org.scalajs.core.ir
3
object ScalaJSVersions {
4
5
/** the Scala.js version of this build */
6
- final val current = "0.6.0-SNAPSHOT"
+ final val current = "0.6.0-M2"
7
8
/** true iff the Scala.js version of this build is a snapshot version. */
9
final val currentIsSnapshot = current endsWith "-SNAPSHOT"
0 commit comments