We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 945de0f commit ca5186dCopy full SHA for ca5186d
Source/Server/equellaserver/build.sbt
@@ -22,7 +22,7 @@ val TomcatVersion = "9.0.71"
22
val axis2Version = "1.8.2"
23
val circeVersion = "0.12.1"
24
val curatorVersion = "5.4.0"
25
-val cxfVersion = "3.5.5"
+val cxfVersion = "4.0.0"
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
10
val http4sVersion = "0.21.8"
11
val catsVersion = "2.9.0"
12
13
14
addCompilerPlugin("org.typelevel" % "kind-projector" % "0.13.2" cross CrossVersion.full)
15
0 commit comments