Skip to content

Commit d2f5a1b

Browse files
authored
Update coursier to 2.0.0-RC6-20
1 parent e293a61 commit d2f5a1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ object Dependencies {
2828
val scalaXml = "org.scala-lang.modules" %% "scala-xml" % "1.3.0"
2929
val parserCombinator = "org.scala-lang.modules" %% "scala-parser-combinators" % "1.1.2"
3030
val logback = "ch.qos.logback" % "logback-classic" % "1.2.3"
31-
val coursier = "io.get-coursier" %% "coursier" % "2.0.0-RC6-18"
31+
val coursier = "io.get-coursier" %% "coursier" % "2.0.0-RC6-20"
3232
val launcherIntf = "org.scala-sbt" % "launcher-interface" % "1.1.3"
3333
}

0 commit comments

Comments
 (0)