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.
2 parents 99c469e + 0c0e446 commit aad4fc4Copy full SHA for aad4fc4
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.6"
17
- val coursierCore = "io.get-coursier" %% "coursier" % "2.0.0-RC6-17"
+ val coursierCore = "io.get-coursier" %% "coursier" % "2.0.0-RC6-18"
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