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 b782e8c commit 13af8ddCopy full SHA for 13af8dd
project/Dependencies.scala
@@ -17,7 +17,7 @@ object Dependencies {
17
val circeParser = "io.circe" %% "circe-parser" % circeGeneric.revision
18
val circeRefined = "io.circe" %% "circe-refined" % circeGeneric.revision
19
val commonsIo = "commons-io" % "commons-io" % "2.8.0"
20
- val coursierCore = "io.get-coursier" %% "coursier" % "2.0.0"
+ val coursierCore = "io.get-coursier" %% "coursier" % "2.0.1"
21
val coursierCatsInterop = "io.get-coursier" %% "coursier-cats-interop" % coursierCore.revision
22
val cron4sCore = "com.github.alonsodomin.cron4s" %% "cron4s-core" % "0.6.1"
23
val disciplineScalatest = ("org.typelevel" %% "discipline-scalatest" % "2.0.1")
0 commit comments