Skip to content

Commit 918a396

Browse files
Update scalacheck to 1.19.0 (#919)
1 parent 06cf66d commit 918a396

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
@@ -144,7 +144,7 @@ lazy val msgpackCore = Project(id = "msgpack-core", base = file("msgpack-core"))
144144
"org.wvlet.airframe" %% "airframe-json" % AIRFRAME_VERSION % "test",
145145
"org.wvlet.airframe" %% "airspec" % AIRFRAME_VERSION % "test",
146146
// Add property testing support with forAll methods
147-
"org.scalacheck" %% "scalacheck" % "1.18.1" % "test",
147+
"org.scalacheck" %% "scalacheck" % "1.19.0" % "test",
148148
// For performance comparison with msgpack v6
149149
"org.msgpack" % "msgpack" % "0.6.12" % "test",
150150
// For integration test with Akka

0 commit comments

Comments
 (0)