We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa74f56 commit 8d56c4eCopy full SHA for 8d56c4e
build.sbt
@@ -107,7 +107,7 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform)
107
libraryDependencies += "junit" % "junit" % "4.12" % Test,
108
libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % Test,
109
libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.9" % Test,
110
- libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.13.4" % Test,
+ libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.13.5" % Test,
111
libraryDependencies += ("org.scala-lang" % "scala-compiler" % scalaVersion.value % Test).exclude("org.scala-lang.modules", s"scala-xml_${scalaBinaryVersion.value}")
112
)
113
.jsSettings(
0 commit comments