We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 587c9d8 + 67c3d58 commit 4c80fcdCopy full SHA for 4c80fcd
build.sbt
@@ -55,7 +55,7 @@ lazy val core = project.in(file("core")).settings(scalaModuleSettings).settings(
55
lazy val junit = project.in(file("junit")).settings(
56
libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % Test,
57
// for javax.xml.bind.DatatypeConverter, used in SerializationStabilityTest
58
- libraryDependencies += "javax.xml.bind" % "jaxb-api" % "2.3.0" % Test,
+ libraryDependencies += "javax.xml.bind" % "jaxb-api" % "2.3.1" % Test,
59
testOptions += Tests.Argument(TestFrameworks.JUnit, "-a", "-v"),
60
fork in Test := true,
61
disablePublishing
0 commit comments