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 @@ -107,14 +107,14 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform)
107
107
libraryDependencies += " junit" % " junit" % " 4.12" % Test ,
108
108
libraryDependencies += " com.novocode" % " junit-interface" % " 0.11" % Test ,
109
109
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 ,
111
111
libraryDependencies += (" org.scala-lang" % " scala-compiler" % scalaVersion.value % Test ).exclude(" org.scala-lang.modules" , s " scala-xml_ ${scalaBinaryVersion.value}" )
112
112
)
113
113
.jsSettings(
114
114
// Scala.js cannot run forked tests
115
115
fork in Test := false ,
116
116
117
- libraryDependencies += " org.scalacheck" %%% " scalacheck" % " 1.13.5 " % " test "
117
+ libraryDependencies += " org.scalacheck" %%% " scalacheck" % " 1.14.0 " % Test
118
118
)
119
119
.jsConfigure(_.enablePlugins(ScalaJSJUnitPlugin ))
120
120
You can’t perform that action at this time.
0 commit comments