Skip to content

Commit 39cdd81

Browse files
authored
Upgrade to scalacheck-1.18.0
Picks up scala-native-0.5 to unblock various things
1 parent 989119e commit 39cdd81

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.17.1"
32+
"org.scalacheck" %%% "scalacheck" % "1.18.0"
3333
)
3434
)
3535
.platformsSettings(JSPlatform, NativePlatform)(

0 commit comments

Comments
 (0)