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 8d183d2 commit d69e070Copy full SHA for d69e070
build.sbt
@@ -4,7 +4,7 @@ crossScalaVersions in ThisBuild := Seq("2.12.4", "2.11.12", "2.10.7", "2.13.0-M2
4
scalaVersion in ThisBuild := (crossScalaVersions in ThisBuild).value.head
5
6
val commonSettings: Seq[Setting[_]] = Seq(
7
- version := "0.1.3",
+ version := "0.1.4-SNAPSHOT",
8
organization := "org.scala-js",
9
scalacOptions ++= Seq("-deprecation", "-feature", "-Xfatal-warnings"),
10
0 commit comments