Skip to content

Commit c1b9ce2

Browse files
Update scalacheck to 1.18.1
1 parent 69dac43 commit c1b9ce2

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
@@ -121,7 +121,7 @@ val msgpack4zJawn = CrossProject("msgpack4z-jawn", file("."))(JVMPlatform, JSPla
121121
libraryDependencies ++= Seq(
122122
"org.typelevel" %%% "jawn-ast" % "1.6.0",
123123
"com.github.xuwei-k" %%% "msgpack4z-core" % "0.6.2",
124-
"org.scalacheck" %%% "scalacheck" % "1.18.0" % "test",
124+
"org.scalacheck" %%% "scalacheck" % "1.18.1" % "test",
125125
"com.github.xuwei-k" % "msgpack4z-java" % "0.4.0" % "test",
126126
"com.github.xuwei-k" % "msgpack4z-java06" % "0.2.0" % "test",
127127
"com.github.xuwei-k" %%% "msgpack4z-native" % "0.4.0" % "test",

0 commit comments

Comments
 (0)