Skip to content

Commit 9101e62

Browse files
committed
Post release 1.5.0.
1 parent 1b560e6 commit 9101e62

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,7 +1,7 @@
11
import com.typesafe.tools.mima.core.{Problem, ProblemFilters}
22

3-
val previousVersion: Option[String] = Some("1.4.0")
4-
val newScalaBinaryVersionsInThisRelease: Set[String] = Set("3")
3+
val previousVersion: Option[String] = Some("1.5.0")
4+
val newScalaBinaryVersionsInThisRelease: Set[String] = Set.empty
55

66
inThisBuild(Def.settings(
77
organization := "org.scala-js",

0 commit comments

Comments
 (0)