Skip to content

Commit

Permalink
Merge pull request typelevel#755 from scala-steward/update/scala-java…
Browse files Browse the repository at this point in the history
…-time-2.5.0

Update scala-java-time to 2.5.0
  • Loading branch information
mpilquist authored Dec 17, 2022
2 parents 0cb8733 + 8a8258f commit c463914
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 @@ -143,7 +143,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
).platformsSettings(JSPlatform, NativePlatform)(
libraryDependencies ++= Seq(
"com.armanbilge" %%% "saslprep" % "0.1.1",
"io.github.cquiroz" %%% "scala-java-time" % "2.4.0",
"io.github.cquiroz" %%% "scala-java-time" % "2.5.0",
"io.github.cquiroz" %%% "locales-minimal-en_us-db" % "1.5.1"
),
)
Expand Down

0 comments on commit c463914

Please sign in to comment.