Skip to content

Commit e22519c

Browse files
committed
use latest sbt-scala-module plugin
which works on Java 9. which we want for the nascent Java 9 Scala community build
1 parent 21aa25a commit e22519c

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
@@ -1,4 +1,4 @@
1-
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "1.0.12")
1+
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "1.0.13")
22

33
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.18")
44
addSbtPlugin("org.scala-native" % "sbt-crossproject" % "0.2.0")

0 commit comments

Comments
 (0)