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 a83be9c commit ac85ff9Copy full SHA for ac85ff9
build.sbt
@@ -12,7 +12,7 @@ crossScalaVersions in ThisBuild := {
12
scalaVersion in ThisBuild := crossScalaVersions.value.head
13
14
val commonSettings = Seq(
15
- version := "1.1.0",
+ version := "1.2.0-SNAPSHOT",
16
organization := "org.scala-js",
17
scalacOptions ++= Seq("-deprecation", "-feature", "-Xfatal-warnings")
18
)
0 commit comments