Skip to content

Commit

Permalink
Merge pull request #1466 from scalacenter/update/algebra-1.12.1
Browse files Browse the repository at this point in the history
Update algebra to 1.12.1
  • Loading branch information
adpi2 authored Oct 1, 2024
2 parents d480513 + e50fa4b commit 24e3998
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 @@ -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(
Expand Down

0 comments on commit 24e3998

Please sign in to comment.