We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c903d1 commit 38c50b2Copy full SHA for 38c50b2
build.sbt
@@ -18,7 +18,7 @@ val msgpack4zArgonaut = CrossProject(
18
libraryDependencies ++= (
19
("io.github.argonaut-io" %%% "argonaut" % argonautVersion) ::
20
("io.github.argonaut-io" %%% "argonaut-scalaz" % argonautVersion % "test") ::
21
- ("com.github.scalaprops" %%% "scalaprops" % "0.9.1" % "test") ::
+ ("com.github.scalaprops" %%% "scalaprops" % "0.10.0" % "test") ::
22
("com.github.xuwei-k" %%% "msgpack4z-core" % "0.6.2") ::
23
Nil
24
)
0 commit comments