Skip to content

Commit 8d56c4e

Browse files
committed
Increment scalacheck to 1.13.5 to fix scalajs build
1 parent aa74f56 commit 8d56c4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ 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.4" % Test,
110+
libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.13.5" % Test,
111111
libraryDependencies += ("org.scala-lang" % "scala-compiler" % scalaVersion.value % Test).exclude("org.scala-lang.modules", s"scala-xml_${scalaBinaryVersion.value}")
112112
)
113113
.jsSettings(

0 commit comments

Comments
 (0)