Skip to content

Commit

Permalink
Update cron4s-core to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 18, 2024
1 parent 068e5d0 commit ed52480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/cron4s/build.sbt
Expand Up @@ -2,7 +2,7 @@ import Dependencies.Version._

crossScalaVersions := Seq(scala212, scala213)

libraryDependencies += "com.github.alonsodomin.cron4s" %% "cron4s-core" % "0.6.1"
libraryDependencies += "com.github.alonsodomin.cron4s" %% "cron4s-core" % "0.7.0"

developers := List(
Developer("bardurdam", "Bárður Viberg Dam", "bardurdam@gmail.com", url("https://github.com/bardurdam"))
Expand Down

0 comments on commit ed52480

Please sign in to comment.