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 116efb5 commit 9ac552aCopy full SHA for 9ac552a
project/Dependencies.scala
@@ -17,7 +17,7 @@ object Dependencies {
17
val coursierCore = "io.get-coursier" %% "coursier" % "2.1.8"
18
val coursierSbtMaven =
19
"io.get-coursier" %% "coursier-sbt-maven-repository" % coursierCore.revision
20
- val cron4sCore = "com.github.alonsodomin.cron4s" %% "cron4s-core" % "0.6.1"
+ val cron4sCore = "com.github.alonsodomin.cron4s" %% "cron4s-core" % "0.7.0"
21
val decline = "com.monovore" %% "decline" % "2.4.1"
22
val disciplineMunit = "org.typelevel" %% "discipline-munit" % "1.0.9"
23
val fs2Core = "co.fs2" %% "fs2-core" % "3.9.3"
0 commit comments