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.
2 parents 703869d + 6719de7 commit 001b968Copy full SHA for 001b968
project/Dependencies.scala
@@ -27,6 +27,6 @@ object Dependencies {
27
"commons-codec" % "commons-codec" % "1.15",
28
"org.apache.cxf" % "cxf-tools-wsdlto-frontend-jaxws" % Versions.CXF,
29
"org.apache.cxf" % "cxf-tools-wsdlto-databinding-jaxb" % Versions.CXF,
30
- "org.specs2" %% "specs2-core" % "4.10.4" % Test
+ "org.specs2" %% "specs2-core" % "4.10.5" % Test
31
)
32
}
0 commit comments