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 a5398c6 commit 81acff6
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 @@ -88,7 +88,7 @@ lazy val core = (projectMatrix in file("core"))
.jsPlatform(
scalaVersions = scala2 ++ scala3,
settings = commonJsSettings ++ browserChromeTestSettings ++ Seq(
libraryDependencies += "io.github.cquiroz" %%% "scala-java-time" % "2.5.0"
libraryDependencies += "io.github.cquiroz" %%% "scala-java-time" % "2.6.0"
)
)
.nativePlatform(
Expand Down

0 comments on commit 81acff6

Please sign in to comment.