From e50fa4be1b91703c38c5827183664e5e5c3eaf55 Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 00:26:07 +0000 Subject: [PATCH] Update algebra to 1.12.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9fbf84a03..5e8c4dad2 100644 --- a/build.sbt +++ b/build.sbt @@ -199,7 +199,7 @@ lazy val core = crossProject(JSPlatform, JVMPlatform) "com.lihaoyi" %%% "fastparse" % "2.3.3", "io.github.cquiroz" %%% "scala-java-time" % "2.6.0", "com.typesafe.play" %%% "play-json" % V.playJson, - "org.endpoints4s" %%% "algebra" % "1.11.1", + "org.endpoints4s" %%% "algebra" % "1.12.1", "org.scalatest" %%% "scalatest" % V.scalatest % Test, "org.jsoup" % "jsoup" % "1.18.1" ) ++ Seq(