Skip to content

Commit 3d7c8aa

Browse files
Update cron4s-core to 0.8.1 (#274)
1 parent c0dc6be commit 3d7c8aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ lazy val cron: Project = (project in file("cron"))
9999
.settings(
100100
name := "cron",
101101
libraryDependencies ++= Seq(
102-
"com.github.alonsodomin.cron4s" %% "cron4s-core" % "0.8.0",
102+
"com.github.alonsodomin.cron4s" %% "cron4s-core" % "0.8.1",
103103
scalaTest
104104
)
105105
)

0 commit comments

Comments
 (0)