We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c338c7b commit d7d8f26Copy full SHA for d7d8f26
build.sbt
@@ -52,7 +52,7 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform)
52
libraryDependencies += "junit" % "junit" % "4.12" % "test",
53
libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % "test",
54
libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.5" % "test",
55
- libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.13.2" % "test",
+ libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.13.4" % "test",
56
libraryDependencies += ("org.scala-lang" % "scala-compiler" % scalaVersion.value % "test").exclude("org.scala-lang.modules", s"scala-xml_${scalaBinaryVersion.value}")
57
)
58
.jsSettings(
0 commit comments