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
scala-steward committed Jun 8, 2024
1 parent a6279e4 commit 950c958
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 @@ -35,6 +35,6 @@ lazy val retry = (projectMatrix in file("retry"))
.jsPlatform(
scalaVersions = List(scala212, scala213, scala30),
settings = Seq(
libraryDependencies += "io.github.cquiroz" %%% "scala-java-time" % "2.5.0"
libraryDependencies += "io.github.cquiroz" %%% "scala-java-time" % "2.6.0"
)
)

0 comments on commit 950c958

Please sign in to comment.