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 ed49c24 commit e166b77Copy full SHA for e166b77
build.sbt
@@ -10,7 +10,7 @@ crossScalaVersions in ThisBuild := {
10
scalaVersion in ThisBuild := (crossScalaVersions in ThisBuild).value.head
11
12
val commonSettings: Seq[Setting[_]] = Seq(
13
- version := "0.1.6",
+ version := "0.1.7-SNAPSHOT",
14
organization := "org.scala-js",
15
scalacOptions ++= Seq("-deprecation", "-feature", "-Xfatal-warnings"),
16
0 commit comments