Skip to content

Commit

Permalink
Update scala-java-time to 2.5.0 (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
manuzhang authored Oct 15, 2023
1 parent 532e801 commit 55b9b0d
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 @@ -46,7 +46,7 @@ lazy val frontend = project.in(file("js"))
libraryDependencies ++= Seq(
"me.shadaj" %%% "slinky-web" % "0.7.4",
"me.shadaj" %%% "slinky-hot" % "0.7.4",
"io.github.cquiroz" %%% "scala-java-time" % "2.3.0"
"io.github.cquiroz" %%% "scala-java-time" % "2.5.0"
),
webpack / version := "4.44.2",
startWebpackDevServer / version := "3.11.2",
Expand Down

0 comments on commit 55b9b0d

Please sign in to comment.