Skip to content

Commit ea742d1

Browse files
committed
Increment scalacheck to 1.13.4 to fix 2.12 build
1 parent 8b64da2 commit ea742d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ lazy val xml = crossProject.in(file("."))
3232
OsgiKeys.exportPackage := Seq(s"scala.xml.*;version=${version.value}"),
3333
libraryDependencies += "junit" % "junit" % "4.11" % "test",
3434
libraryDependencies += "com.novocode" % "junit-interface" % "0.10" % "test",
35-
libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.13.2" % "test",
35+
libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.13.4" % "test",
3636
libraryDependencies += ("org.scala-lang" % "scala-compiler" % scalaVersion.value % "test").exclude("org.scala-lang.modules", s"scala-xml*"),
3737
mimaPreviousVersion := Some("1.0.6")): _*)
3838
.jsConfigure(_.enablePlugins(ScalaJSJUnitPlugin))

0 commit comments

Comments
 (0)