Skip to content

Commit acb074b

Browse files
committed
Towards 0.2.3.
1 parent 4c73196 commit acb074b

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
@@ -2,7 +2,7 @@ crossScalaVersions in ThisBuild := Seq("2.11.11", "2.10.6", "2.12.2", "2.13.0-M1
22
scalaVersion in ThisBuild := (crossScalaVersions in ThisBuild).value.head
33

44
val commonSettings: Seq[Setting[_]] = Seq(
5-
version := "0.2.2",
5+
version := "0.2.3-SNAPSHOT",
66
organization := "org.scala-js",
77
scalacOptions ++= Seq("-deprecation", "-feature", "-Xfatal-warnings"),
88

0 commit comments

Comments
 (0)