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