Skip to content

Commit d068356

Browse files
committed
Towards 1.4.1.
1 parent ef45761 commit d068356

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

3-
val previousVersion: Option[String] = Some("1.3.0")
3+
val previousVersion: Option[String] = Some("1.4.0")
44
val newScalaBinaryVersionsInThisRelease: Set[String] = Set()
55

66
inThisBuild(Def.settings(
7-
version := "1.4.0",
7+
version := "1.4.1-SNAPSHOT",
88
organization := "org.scala-js",
99
scalaVersion := "2.12.11",
1010
crossScalaVersions := Seq("2.11.12", "2.12.11", "2.13.2"),

0 commit comments

Comments
 (0)