Skip to content

Commit

Permalink
Merge pull request #108 from scala-steward/update/zmanim-2.3.0
Browse files Browse the repository at this point in the history
Update zmanim to 2.3.0
  • Loading branch information
mergify[bot] authored Dec 8, 2021
2 parents 7bbc935 + 098412e commit 64875aa
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 @@ -19,7 +19,7 @@ lazy val jewishDate =
)
.jvmSettings(
libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.15.4" % Test,
libraryDependencies += ("com.kosherjava" % "zmanim" % "2.02" % Test),
libraryDependencies += ("com.kosherjava" % "zmanim" % "2.3.0" % Test),
Test / testOptions += Tests.Argument(TestFrameworks.ScalaCheck, "-minSuccessfulTests", "10000")
)
.jsSettings(
Expand Down

0 comments on commit 64875aa

Please sign in to comment.