Skip to content

Commit 7196d07

Browse files
committed
Upgrade sbt-coursier to avoid IncompatibleClassChangeError in Java9 coursier/coursier#678
1 parent 9b2ee3d commit 7196d07

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
@@ -5,7 +5,7 @@ addSbtPlugin("com.github.sbt" % "sbt-findbugs" % "2.0.0")
55
addSbtPlugin("com.github.sbt" % "sbt-jacoco" % "3.0.3")
66
addSbtPlugin("org.xerial.sbt" % "sbt-jcheckstyle" % "0.2.0")
77
addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.2")
8-
addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.0-RC12")
8+
addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.0-RC13")
99
addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "1.3.0")
1010

1111
scalacOptions ++= Seq("-deprecation", "-feature")

0 commit comments

Comments
 (0)