Skip to content

Commit

Permalink
Update coursier to 2.0.0-RC6-20
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k authored Jun 3, 2020
1 parent e293a61 commit d2f5a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ object Dependencies {
val scalaXml = "org.scala-lang.modules" %% "scala-xml" % "1.3.0"
val parserCombinator = "org.scala-lang.modules" %% "scala-parser-combinators" % "1.1.2"
val logback = "ch.qos.logback" % "logback-classic" % "1.2.3"
val coursier = "io.get-coursier" %% "coursier" % "2.0.0-RC6-18"
val coursier = "io.get-coursier" %% "coursier" % "2.0.0-RC6-20"
val launcherIntf = "org.scala-sbt" % "launcher-interface" % "1.1.3"
}

0 comments on commit d2f5a1b

Please sign in to comment.