We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 284da3e commit 94a8586Copy full SHA for 94a8586
build.sbt
@@ -33,7 +33,7 @@ lazy val xml = crossProject.in(file("."))
33
OsgiKeys.exportPackage := Seq(s"scala.xml.*;version=${version.value}"),
34
libraryDependencies += "junit" % "junit" % "4.11" % "test",
35
libraryDependencies += "com.novocode" % "junit-interface" % "0.10" % "test",
36
- libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.13.2" % "test",
+ libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.13.4" % "test",
37
libraryDependencies += ("org.scala-lang" % "scala-compiler" % scalaVersion.value % "test").exclude("org.scala-lang.modules", s"scala-xml*"),
38
mimaPreviousVersion := Some("1.0.6"),
39
// You cannot disable JVM test forking when working on scala modules
0 commit comments