Skip to content

Commit 94a8586

Browse files
committed
Increment scalacheck to 1.13.4 to fix 2.12 build
1 parent 284da3e commit 94a8586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ lazy val xml = crossProject.in(file("."))
3333
OsgiKeys.exportPackage := Seq(s"scala.xml.*;version=${version.value}"),
3434
libraryDependencies += "junit" % "junit" % "4.11" % "test",
3535
libraryDependencies += "com.novocode" % "junit-interface" % "0.10" % "test",
36-
libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.13.2" % "test",
36+
libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.13.4" % "test",
3737
libraryDependencies += ("org.scala-lang" % "scala-compiler" % scalaVersion.value % "test").exclude("org.scala-lang.modules", s"scala-xml*"),
3838
mimaPreviousVersion := Some("1.0.6"),
3939
// You cannot disable JVM test forking when working on scala modules

0 commit comments

Comments
 (0)