Skip to content

Commit e133361

Browse files
committed
Towards 0.2.4.
1 parent 9ff4649 commit e133361

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 @@ crossScalaVersions in ThisBuild := Seq("2.12.4", "2.11.12", "2.10.7", "2.13.0-M2
44
scalaVersion in ThisBuild := (crossScalaVersions in ThisBuild).value.head
55

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

0 commit comments

Comments
 (0)