Skip to content

Commit 2e2fb55

Browse files
committed
Towards 1.1.1.
1 parent c5d3fba commit 2e2fb55

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build.sbt

Lines changed: 2 additions & 3 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 = "1.0.0"
4+
val previousVersion = "1.1.0"
55

66
inThisBuild(Def.settings(
77
crossScalaVersions := Seq("2.12.13", "2.11.12", "2.13.4"),
88
scalaVersion := crossScalaVersions.value.head,
9-
version := "1.1.0",
9+
version := "1.1.1-SNAPSHOT",
1010
organization := "org.portable-scala",
1111

1212
scalacOptions ++= Seq(
@@ -78,5 +78,4 @@ lazy val `portable-scala-reflect` = crossProject(JSPlatform, JVMPlatform, Native
7878
"org.scala-native" %%% "junit-runtime" % "0.4.0" % "test",
7979
addCompilerPlugin(
8080
"org.scala-native" % "junit-plugin" % "0.4.0" cross CrossVersion.full),
81-
mimaPreviousArtifacts := Set.empty, // SN just added, no previous artifact
8281
)

0 commit comments

Comments
 (0)