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 bc79464 commit 9ed2c56Copy full SHA for 9ed2c56
build.sbt
@@ -4,7 +4,7 @@ import org.scalajs.jsenv.selenium.SeleniumJSEnv
4
import org.scalajs.jsenv.selenium.Firefox
5
6
val commonSettings: Seq[Setting[_]] = Seq(
7
- version := "0.1.0",
+ version := "0.1.1-SNAPSHOT",
8
organization := "org.scala-js",
9
scalaVersion := "2.11.7",
10
scalacOptions ++= Seq("-deprecation", "-feature", "-Xfatal-warnings"),
0 commit comments