Skip to content

Commit

Permalink
Merge pull request #1119 from scalacenter/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
adpi2 authored Aug 13, 2023
2 parents b177186 + a0a8a28 commit 91664c7
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 @@ -201,7 +201,7 @@ lazy val core = crossProject(JSPlatform, JVMPlatform)
scalacOptionsSettings,
libraryDependencies ++= Seq(
"com.lihaoyi" %%% "fastparse" % "2.3.3",
"io.github.cquiroz" %%% "scala-java-time" % "2.4.0",
"io.github.cquiroz" %%% "scala-java-time" % "2.5.0",
"com.typesafe.play" %%% "play-json" % V.playJson,
"org.endpoints4s" %%% "algebra" % "1.10.0",
"org.endpoints4s" %% "json-schema-playjson" % "1.10.0" % Test,
Expand Down

0 comments on commit 91664c7

Please sign in to comment.