We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53f459e commit cbea82bCopy full SHA for cbea82b
build.sbt
@@ -27,7 +27,7 @@ import java.util.concurrent.TimeUnit
27
val MUnitFramework = new TestFramework("munit.Framework")
28
val MUnitVersion = "0.7.29"
29
30
-ThisBuild / baseVersion := "0.1"
+ThisBuild / baseVersion := "0.2"
31
32
ThisBuild / organization := "org.scala-js"
33
ThisBuild / organizationName := "Scala.js (https://www.scala-js.org/)"
0 commit comments