Skip to content

Commit

Permalink
Merge pull request #194 from scala-steward/update/scala-java-time-2.6.0
Browse files Browse the repository at this point in the history
Update scala-java-time to 2.6.0
  • Loading branch information
mergify[bot] committed Jun 8, 2024
2 parents ff60218 + 191e7e9 commit 2e8693f
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 2e8693f

Please sign in to comment.