Skip to content

Commit 7e805c4

Browse files
committed
Towards 0.2.2.
1 parent f31f7c9 commit 7e805c4

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 @@ import sbt.Keys._
22
import org.scalajs.sbtplugin.cross.CrossProject
33

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

0 commit comments

Comments
 (0)