Skip to content

Commit 703bb1d

Browse files
authored
Merge pull request #172 from typelevel/revert-scalacheck-1.18
Revert "Upgrade to scalacheck-1.18.0"
2 parents 39cdd81 + 8876921 commit 703bb1d

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
@@ -29,7 +29,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
2929
name := "scalacheck-xml",
3030
libraryDependencies ++= Seq(
3131
"org.scala-lang.modules" %%% "scala-xml" % "2.2.0",
32-
"org.scalacheck" %%% "scalacheck" % "1.18.0"
32+
"org.scalacheck" %%% "scalacheck" % "1.17.1"
3333
)
3434
)
3535
.platformsSettings(JSPlatform, NativePlatform)(

0 commit comments

Comments
 (0)