We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c9d376 commit 3073725Copy full SHA for 3073725
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.21.1",
+ "org.jsoup" % "jsoup" % "1.21.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