Skip to content

Commit

Permalink
Merge pull request #556 from scala-steward/update/cron4s-core-0.8.1
Browse files Browse the repository at this point in the history
Update cron4s-core to 0.8.1
  • Loading branch information
mergify[bot] authored Feb 3, 2025
2 parents 6b4d259 + e508304 commit bec1cc8
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 @@ -109,7 +109,7 @@ lazy val calev = myCrossProject("calev")
lazy val cron4s = myCrossProject("cron4s")
.dependsOn(core % "compile->compile;test->test")
.settings(
libraryDependencies += "com.github.alonsodomin.cron4s" %% "cron4s-core" % "0.8.0",
libraryDependencies += "com.github.alonsodomin.cron4s" %% "cron4s-core" % "0.8.1",
libraryDependencies ++= {
if (scalaVersion.value.startsWith("2.12."))
List(scalaOrganization.value % "scala-reflect" % scalaVersion.value)
Expand Down

0 comments on commit bec1cc8

Please sign in to comment.