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 acdf2e6 commit ecf6494Copy full SHA for ecf6494
Source/Server/equellaserver/build.sbt
@@ -25,7 +25,7 @@ val fs2Version = "2.4.4"
25
val guiceVersion = "3.0"
26
val jacksonVersion = "2.11.3"
27
val jsassVersion = "5.10.4"
28
-val jsoupVersion = "1.14.1"
+val jsoupVersion = "1.14.2"
29
val simpledbaVersion = "0.1.9"
30
val springVersion = "5.3.9"
31
val sttpVersion = "1.7.2"
autotest/IntegTester/build.sbt
@@ -9,7 +9,7 @@ version := "1.0"
9
10
val CirceVersion = "0.12.1"
11
val Http4sVersion = "0.21.8"
12
13
14
scalaVersion := "2.12.14"
15
scalacOptions += "-Ypartial-unification"
0 commit comments