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 26a641f commit c150a3aCopy full SHA for c150a3a
project/Dependencies.scala
@@ -19,7 +19,7 @@ object Dependencies {
19
val circeParser = "io.circe" %% "circe-parser" % circeGeneric.revision
20
val circeRefined = "io.circe" %% "circe-refined" % circeGeneric.revision
21
val commonsIo = "commons-io" % "commons-io" % "2.8.0"
22
- val coursierCore = "io.get-coursier" %% "coursier" % "2.0.15"
+ val coursierCore = "io.get-coursier" %% "coursier" % "2.0.16"
23
val coursierCatsInterop = "io.get-coursier" %% "coursier-cats-interop" % coursierCore.revision
24
val cron4sCore = "com.github.alonsodomin.cron4s" %% "cron4s-core" % "0.6.1"
25
val disciplineMunit = "org.typelevel" %% "discipline-munit" % "1.0.6"
0 commit comments