Skip to content

Commit 57d5630

Browse files
committed
bump mima version, to work with sbt 1.3
1 parent 0a1df6b commit 57d5630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
val scalaJSVersion =
22
Option(System.getenv("SCALAJS_VERSION")).filter(_.nonEmpty).getOrElse("0.6.29")
33

4-
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.1.2")
4+
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.1.3")
55

66
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "0.6.1")
77
addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)

0 commit comments

Comments
 (0)