Skip to content

Commit

Permalink
Towards 1.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjrd committed Feb 6, 2020
1 parent 2643d7f commit 522f065
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
val scalaJSVersion = "1.0.0"

inThisBuild(Seq(
version := "1.0.0",
version := "1.0.1-SNAPSHOT",
organization := "org.scala-js",

crossScalaVersions := Seq("2.11.12", "2.12.10", "2.13.1"),
Expand Down
2 changes: 1 addition & 1 deletion sbt-plugin-test/project/build.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("org.scala-js" % "sbt-jsdependencies" % "1.0.0")
addSbtPlugin("org.scala-js" % "sbt-jsdependencies" % "1.0.1-SNAPSHOT")

0 comments on commit 522f065

Please sign in to comment.