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 e080694 + 5f064e1 commit f19932dCopy full SHA for f19932d
project/Dependencies.scala
@@ -16,7 +16,7 @@ object Dependencies {
16
val coursierCore = "io.get-coursier" %% "coursier" % "2.1.24"
17
val coursierSbtMaven =
18
"io.get-coursier" %% "coursier-sbt-maven-repository" % coursierCore.revision
19
- val cron4sCore = "com.github.alonsodomin.cron4s" %% "cron4s-core" % "0.7.0"
+ val cron4sCore = "com.github.alonsodomin.cron4s" %% "cron4s-core" % "0.8.2"
20
val decline = "com.monovore" %% "decline" % "2.5.0"
21
val disciplineMunit = "org.typelevel" %% "discipline-munit" % "2.0.0"
22
val fs2Core = "co.fs2" %% "fs2-core" % "3.11.0"
0 commit comments