We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b090cb commit bc9295eCopy full SHA for bc9295e
project/Dependencies.scala
@@ -14,7 +14,7 @@ object Dependencies {
14
val circeParser = "io.circe" %% "circe-parser" % circeGeneric.revision
15
val circeRefined = "io.circe" %% "circe-refined" % circeGeneric.revision
16
val commonsIo = "commons-io" % "commons-io" % "2.7"
17
- val coursierCore = "io.get-coursier" %% "coursier" % "2.0.0-RC6-20"
+ val coursierCore = "io.get-coursier" %% "coursier" % "2.0.0-RC6-21"
18
val coursierCatsInterop = "io.get-coursier" %% "coursier-cats-interop" % coursierCore.revision
19
val cron4sCore = "com.github.alonsodomin.cron4s" %% "cron4s-core" % "0.6.0"
20
val disciplineScalatest = "org.typelevel" %% "discipline-scalatest" % "1.0.1"
0 commit comments