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 14025fd commit c78d6f2Copy full SHA for c78d6f2
build.sbt
@@ -18,7 +18,7 @@ inThisBuild(Def.settings(
18
crossScalaVersions := Seq("2.12.15", "2.11.12", "2.13.8"),
19
scalaVersion := crossScalaVersions.value.head,
20
21
- version := "1.0.0",
+ version := "1.0.1-SNAPSHOT",
22
organization := "org.scala-js",
23
scalacOptions ++= Seq(
24
"-encoding", "utf-8",
0 commit comments