There was an error while loading. Please reload this page.
1 parent 3d2f04e commit 03cdc02Copy full SHA for 03cdc02
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.7",
+ version := "0.9.8-SNAPSHOT",
16
organization := "org.scala-js",
17
scalacOptions ++= Seq("-deprecation", "-feature", "-Xfatal-warnings"),
18
0 commit comments