Skip to content

Commit

Permalink
Merge pull request #596 from outr/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
darkfrog26 authored Jun 14, 2024
2 parents 0a3bb7f + 7bf4e2d commit 47d0bf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
)
.jsSettings(
libraryDependencies ++= Seq(
"io.github.cquiroz" %%% "scala-java-time" % "2.5.0" % Test,
"io.github.cquiroz" %%% "scala-java-time-tzdb" % "2.5.0" % Test
"io.github.cquiroz" %%% "scala-java-time" % "2.6.0" % Test,
"io.github.cquiroz" %%% "scala-java-time-tzdb" % "2.6.0" % Test
)
)
.nativeSettings(
Expand Down

0 comments on commit 47d0bf7

Please sign in to comment.