Skip to content

Commit

Permalink
Update algebra, json-schema-playjson to 1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-center-steward[bot] committed Dec 15, 2023
1 parent 2d84eb7 commit e1572f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit e1572f3

Please sign in to comment.