Skip to content

Commit d56f7ac

Browse files
committed
Towards 0.9.2.
1 parent 9ac9191 commit d56f7ac

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
@@ -9,7 +9,7 @@ crossScalaVersions in ThisBuild := Seq("2.11.8", "2.10.6", "2.12.0-M4")
99
scalaVersion in ThisBuild := crossScalaVersions.value.head
1010

1111
val commonSettings = Seq(
12-
version := "0.9.1",
12+
version := "0.9.2-SNAPSHOT",
1313
organization := "org.scala-js",
1414
scalacOptions ++= Seq("-deprecation", "-feature", "-Xfatal-warnings")
1515
)

0 commit comments

Comments
 (0)