Skip to content

Commit

Permalink
Merge pull request #1312 from scalacenter/update/algebra-1.11.1
Browse files Browse the repository at this point in the history
Update algebra, json-schema-playjson to 1.11.1
  • Loading branch information
adpi2 authored Dec 18, 2023
2 parents 5ed92bc + e1572f3 commit d7514b0
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 d7514b0

Please sign in to comment.