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 17bc9a2 commit d2d7e3aCopy full SHA for d2d7e3a
build.sbt
@@ -2,7 +2,7 @@ import sbt.Keys._
2
import org.scalajs.sbtplugin.cross.CrossProject
3
4
val commonSettings: Seq[Setting[_]] = Seq(
5
- version := "0.1.0",
+ version := "0.1.1-SNAPSHOT",
6
organization := "org.scala-js",
7
scalaVersion := "2.11.8",
8
scalacOptions ++= Seq("-deprecation", "-feature", "-Xfatal-warnings"),
0 commit comments