Skip to content

Commit 9ed2c56

Browse files
committed
Towards 0.1.1.
1 parent bc79464 commit 9ed2c56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import org.scalajs.jsenv.selenium.SeleniumJSEnv
44
import org.scalajs.jsenv.selenium.Firefox
55

66
val commonSettings: Seq[Setting[_]] = Seq(
7-
version := "0.1.0",
7+
version := "0.1.1-SNAPSHOT",
88
organization := "org.scala-js",
99
scalaVersion := "2.11.7",
1010
scalacOptions ++= Seq("-deprecation", "-feature", "-Xfatal-warnings"),

0 commit comments

Comments
 (0)