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