Skip to content

Commit

Permalink
Update cron4s-core to 0.8.0 (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
softwaremill-ci authored Jan 25, 2025
1 parent 4534479 commit c750bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ lazy val cron: Project = (project in file("cron"))
.settings(
name := "cron",
libraryDependencies ++= Seq(
"com.github.alonsodomin.cron4s" %% "cron4s-core" % "0.7.0",
"com.github.alonsodomin.cron4s" %% "cron4s-core" % "0.8.0",
scalaTest
)
)
Expand Down

0 comments on commit c750bfc

Please sign in to comment.