There was an error while loading. Please reload this page.
2 parents ffa739a + 2bc2d2f commit aa32fdbCopy full SHA for aa32fdb
1 file changed
build.sbt
@@ -202,7 +202,7 @@ lazy val core = crossProject(JSPlatform, JVMPlatform)
202
"io.github.cquiroz" %%% "scala-java-time" % "2.6.0",
203
"org.endpoints4s" %%% "algebra" % "1.12.1",
204
"org.scalatest" %%% "scalatest" % V.scalatest % Test,
205
- "org.jsoup" % "jsoup" % "1.22.1",
+ "org.jsoup" % "jsoup" % "1.22.2",
206
"io.circe" %%% "circe-core" % V.circe,
207
"io.circe" %%% "circe-generic" % V.circe,
208
"io.circe" %%% "circe-parser" % V.circe
@@ -221,7 +221,7 @@ lazy val data = project
221
"org.apache.pekko" %% "pekko-serialization-jackson" % V.pekko,
222
"org.apache.pekko" %% "pekko-slf4j" % V.pekko,
223
"org.apache.maven" % "maven-model-builder" % "4.0.0-rc-5",
224
225
"org.apache.ivy" % "ivy" % "2.5.3",
226
"org.apache.pekko" %% "pekko-http" % V.pekkoHttp,
227
"io.github.json4s" %% "json4s-native" % V.json4s,
0 commit comments