File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,14 +52,14 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform)
52
52
libraryDependencies += " junit" % " junit" % " 4.12" % " test" ,
53
53
libraryDependencies += " com.novocode" % " junit-interface" % " 0.11" % " test" ,
54
54
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" ,
56
56
libraryDependencies += (" org.scala-lang" % " scala-compiler" % scalaVersion.value % " test" ).exclude(" org.scala-lang.modules" , s " scala-xml_ ${scalaBinaryVersion.value}" )
57
57
)
58
58
.jsSettings(
59
59
// Scala.js cannot run forked tests
60
60
fork in Test := false ,
61
61
62
- libraryDependencies += " org.scalacheck" %%% " scalacheck" % " 1.13.5 " % " test"
62
+ libraryDependencies += " org.scalacheck" %%% " scalacheck" % " 1.14.0 " % " test"
63
63
)
64
64
.jsConfigure(_.enablePlugins(ScalaJSJUnitPlugin ))
65
65
You can’t perform that action at this time.
0 commit comments