Skip to content

Commit

Permalink
Downgrade coursier to 1.1.0-M13-2
Browse files Browse the repository at this point in the history
  • Loading branch information
jvican committed Sep 26, 2019
1 parent 3035511 commit 25414be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.3.3")
addSbtPlugin("com.lucidchart" % "sbt-scalafmt" % "1.14")

// Enable this for the bloop build to work
addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.1.0-M14-4")
addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.1.0-M13-2")

// required for java9+
val javaxActivation = "com.sun.activation" % "javax.activation" % "1.2.0"
Expand Down

0 comments on commit 25414be

Please sign in to comment.