Skip to content

Commit

Permalink
Update scala-java-time to 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nafg-scala-steward[bot] committed Jun 7, 2024
1 parent ff60218 commit 5ea2644
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 @@ -29,7 +29,7 @@ lazy val jewishDate =
Test / testOptions += Tests.Argument(TestFrameworks.ScalaCheck, "-minSuccessfulTests", "10000")
)
.jsSettings(
libraryDependencies += "io.github.cquiroz" %%% "scala-java-time" % "2.5.0"
libraryDependencies += "io.github.cquiroz" %%% "scala-java-time" % "2.6.0"
)
lazy val jewishDateJS = jewishDate.js
lazy val jewishDateJVM = jewishDate.jvm

0 comments on commit 5ea2644

Please sign in to comment.