Skip to content

Commit 7872c5d

Browse files
committed
Towards 0.9.5.
1 parent 728b73f commit 7872c5d

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.12.4", "2.11.12", "2.10.7", "2.13.0-M2
99
scalaVersion in ThisBuild := crossScalaVersions.value.head
1010

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

0 commit comments

Comments
 (0)