From e1572f3abf7e1a0c0af20f2775c52503702af941 Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 00:18:56 +0000 Subject: [PATCH] Update algebra, json-schema-playjson to 1.11.1 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 08dbc4cb2..c0e1122a8 100644 --- a/build.sbt +++ b/build.sbt @@ -203,8 +203,8 @@ lazy val core = crossProject(JSPlatform, JVMPlatform) "com.lihaoyi" %%% "fastparse" % "2.3.3", "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, + "org.endpoints4s" %%% "algebra" % "1.11.1", + "org.endpoints4s" %% "json-schema-playjson" % "1.11.1" % Test, "org.scalatest" %%% "scalatest" % V.scalatest % Test, "org.jsoup" % "jsoup" % "1.16.2" ) ++ Seq(