Skip to content

Commit e3950f5

Browse files
committed
Towards 1.0.1.
1 parent f817479 commit e3950f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
val scalaJSVersion = "1.0.0"
22

33
inThisBuild(Seq(
4-
version := "1.0.0",
4+
version := "1.0.1-SNAPSHOT",
55
organization := "org.scala-js",
66

77
crossScalaVersions := Seq("2.11.12", "2.12.10", "2.13.1"),

sbt-plugin-test/project/build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
addSbtPlugin("org.scala-js" % "sbt-scalajs-env-phantomjs" % "1.0.0")
1+
addSbtPlugin("org.scala-js" % "sbt-scalajs-env-phantomjs" % "1.0.1-SNAPSHOT")
22

33
libraryDependencies += "org.eclipse.jetty" % "jetty-server" % "9.2.3.v20140905"

0 commit comments

Comments
 (0)