We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9afddeb commit 126ec8dCopy full SHA for 126ec8d
Source/Server/equellaserver/build.sbt
@@ -22,7 +22,7 @@ val TomcatVersion = "9.0.80"
22
val axis2Version = "1.8.2"
23
val circeVersion = "0.14.5"
24
val curatorVersion = "5.5.0"
25
-val cxfVersion = "3.6.1"
+val cxfVersion = "4.0.3"
26
val fs2Version = "2.5.11"
27
val guiceVersion = "5.1.0"
28
val jsassVersion = "5.10.5"
autotest/Tests/build.sbt
@@ -9,7 +9,7 @@ inConfig(Serial)(Defaults.testTasks)
9
val circeVersion = "0.12.1"
10
val http4sVersion = "0.21.8"
11
val catsVersion = "2.10.0"
12
13
14
addCompilerPlugin("org.typelevel" % "kind-projector" % "0.13.2" cross CrossVersion.full)
15
0 commit comments