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 2bf7e60 commit 18b416bCopy full SHA for 18b416b
build.sbt
@@ -17,7 +17,7 @@ val newScalaBinaryVersionsInThisRelease: Set[String] =
17
Set()
18
19
val commonSettings: Seq[Setting[_]] = Seq(
20
- version := "0.1.2",
+ version := "0.1.3-SNAPSHOT",
21
organization := "org.scala-js",
22
scalaVersion := "2.11.7",
23
scalacOptions ++= Seq("-deprecation", "-feature", "-Xfatal-warnings"),
0 commit comments