Skip to content

Commit 20a50a9

Browse files
committed
Increment scalacheck to 1.14.0 to fix sjs 1.0
1 parent 96fd083 commit 20a50a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,14 +107,14 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform)
107107
libraryDependencies += "junit" % "junit" % "4.12" % Test,
108108
libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % Test,
109109
libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.9" % Test,
110-
libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.13.5" % Test,
110+
libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.14.0" % Test,
111111
libraryDependencies += ("org.scala-lang" % "scala-compiler" % scalaVersion.value % Test).exclude("org.scala-lang.modules", s"scala-xml_${scalaBinaryVersion.value}")
112112
)
113113
.jsSettings(
114114
// Scala.js cannot run forked tests
115115
fork in Test := false,
116116

117-
libraryDependencies += "org.scalacheck" %%% "scalacheck" % "1.13.5" % "test"
117+
libraryDependencies += "org.scalacheck" %%% "scalacheck" % "1.14.0" % Test
118118
)
119119
.jsConfigure(_.enablePlugins(ScalaJSJUnitPlugin))
120120

0 commit comments

Comments
 (0)