Skip to content

Commit 9297197

Browse files
committed
Towards 0.2.7.
1 parent 92835de commit 9297197

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
@@ -10,7 +10,7 @@ crossScalaVersions in ThisBuild := {
1010
scalaVersion in ThisBuild := (crossScalaVersions in ThisBuild).value.head
1111

1212
val commonSettings: Seq[Setting[_]] = Seq(
13-
version := "0.2.6",
13+
version := "0.2.7-SNAPSHOT",
1414
organization := "org.scala-js",
1515
scalacOptions ++= Seq("-deprecation", "-feature", "-Xfatal-warnings"),
1616

0 commit comments

Comments
 (0)