Skip to content

Commit 12d1fa6

Browse files
committed
Towards 0.2.5.
1 parent 67b8d4a commit 12d1fa6

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

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

0 commit comments

Comments
 (0)