Skip to content

Commit ecd9227

Browse files
committed
Increment scalacheck to 1.14.0 to fix sjs 1.0
1 parent fb21f26 commit ecd9227

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform)
5252
libraryDependencies += "junit" % "junit" % "4.12" % "test",
5353
libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % "test",
5454
libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.5" % "test",
55-
libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.13.5" % "test",
55+
libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.14.0" % "test",
5656
libraryDependencies += ("org.scala-lang" % "scala-compiler" % scalaVersion.value % "test").exclude("org.scala-lang.modules", s"scala-xml_${scalaBinaryVersion.value}")
5757
)
5858
.jsSettings(
5959
// Scala.js cannot run forked tests
6060
fork in Test := false,
6161

62-
libraryDependencies += "org.scalacheck" %%% "scalacheck" % "1.13.5" % "test"
62+
libraryDependencies += "org.scalacheck" %%% "scalacheck" % "1.14.0" % "test"
6363
)
6464
.jsConfigure(_.enablePlugins(ScalaJSJUnitPlugin))
6565

0 commit comments

Comments
 (0)