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 a93776c commit 09de46eCopy full SHA for 09de46e
build.sbt
@@ -2,7 +2,7 @@ crossScalaVersions in ThisBuild := Seq("2.11.11", "2.10.6", "2.12.2", "2.13.0-M1
2
scalaVersion in ThisBuild := (crossScalaVersions in ThisBuild).value.head
3
4
val commonSettings: Seq[Setting[_]] = Seq(
5
- version := "0.1.2",
+ version := "0.1.3-SNAPSHOT",
6
organization := "org.scala-js",
7
scalacOptions ++= Seq("-deprecation", "-feature", "-Xfatal-warnings"),
8
0 commit comments