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 c0a4b20 commit 6a2f943Copy full SHA for 6a2f943
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.9-SNAPSHOT",
+ version := "1.0.0-SNAPSHOT",
16
organization := "org.scala-js",
17
scalacOptions ++= Seq("-deprecation", "-feature", "-Xfatal-warnings")
18
)
0 commit comments