Skip to content

Commit 4d02400

Browse files
committed
Towards 1.0.1.
1 parent 1040bd7 commit 4d02400

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
// shadow sbt-scalajs' crossProject and CrossType until Scala.js 1.0.0 is released
22
import sbtcrossproject.{crossProject, CrossType}
33

4-
val previousVersion = "0.1.1"
4+
val previousVersion = "1.0.0"
55

66
inThisBuild(Def.settings(
77
crossScalaVersions := Seq("2.12.10", "2.10.7", "2.11.12", "2.13.1"),
88
scalaVersion := crossScalaVersions.value.head,
9-
version := "1.0.0",
9+
version := "1.0.1-SNAPSHOT",
1010
organization := "org.portable-scala",
1111

1212
scalacOptions ++= Seq(

0 commit comments

Comments
 (0)