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 6573b7a commit 6c2b2a5Copy full SHA for 6c2b2a5
build.sbt
@@ -4,7 +4,7 @@ import org.scalajs.sbtplugin.cross.CrossProject
4
crossScalaVersions := Seq("2.10.6", "2.11.8", "2.12.1")
5
6
val commonSettings: Seq[Setting[_]] = Seq(
7
- version := "0.1.1",
+ version := "0.1.2-SNAPSHOT",
8
organization := "org.scala-js",
9
scalaVersion := "2.11.8",
10
scalacOptions ++= Seq("-deprecation", "-feature", "-Xfatal-warnings"),
0 commit comments