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