Skip to content

Commit

Permalink
Merge pull request #247 from softwaremill/update/scala-java-time-2.5.0
Browse files Browse the repository at this point in the history
Update scala-java-time to 2.5.0
  • Loading branch information
mergify[bot] authored Feb 1, 2023
2 parents cf0912f + 253e3ef commit 2af1d34
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 @@ -91,7 +91,7 @@ lazy val core = (projectMatrix in file("core"))
.jsPlatform(
scalaVersions = scala2alive ++ scala3,
settings = commonJsSettings ++ browserChromeTestSettings ++ Seq(
libraryDependencies += "io.github.cquiroz" %%% "scala-java-time" % "2.4.0"
libraryDependencies += "io.github.cquiroz" %%% "scala-java-time" % "2.5.0"
)
)
.nativePlatform(
Expand Down

0 comments on commit 2af1d34

Please sign in to comment.