Skip to content

Commit

Permalink
Update waypoint to 8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Aug 15, 2024
1 parent 005c99c commit 0fcd89f
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 @@ -31,7 +31,7 @@ lazy val webUI = project.in(file("ui"))
libraryDependencies ++= {
Seq(
"com.raquo" %%% "laminar" % "0.14.5",
"com.raquo" %%% "waypoint" % "0.5.0",
"com.raquo" %%% "waypoint" % "8.0.1",
"com.lihaoyi" %%% "upickle" % "1.5.0",
"io.circe" %%% "circe-core" % circeVersion,
"io.circe" %%% "circe-generic" % circeVersion,
Expand Down

0 comments on commit 0fcd89f

Please sign in to comment.