Skip to content

Commit e18bd46

Browse files
committed
Update sbt-scala-module to 2.1.4
This new version includes the travis job number in the sonatype repo description, which ensures that travis jobs don't interfere by writing to the same repo. In particular, for 2.12.11, there are two travis jobs in this repo: one for the migration rules, one for the compat library. This is why the 2.12 release was missing last time: https://contributors.scala-lang.org/t/this-is-not-the-release-announcement-of-scala-js-1-0-0/4021/9
1 parent c4b85d4 commit e18bd46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJ
88
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % crossVer)
99
addSbtPlugin("org.scala-native" % "sbt-scala-native" % scalaNativeVersion)
1010
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % crossVer)
11-
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.1.3")
11+
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.1.4")
1212
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.11")
1313
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0")

0 commit comments

Comments
 (0)