We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eb3318 commit dd02db3Copy full SHA for dd02db3
build.sbt
@@ -12,7 +12,7 @@ crossScalaVersions in ThisBuild := {
12
scalaVersion in ThisBuild := (crossScalaVersions in ThisBuild).value.head
13
14
val commonSettings: Seq[Setting[_]] = Seq(
15
- version := "0.1.5",
+ version := "0.1.6-SNAPSHOT",
16
organization := "org.scala-js",
17
scalacOptions ++= Seq("-deprecation", "-feature", "-Xfatal-warnings"),
18
0 commit comments