Skip to content

Commit 38c50b2

Browse files
Update scalaprops to 0.10.0
1 parent 6c903d1 commit 38c50b2

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
@@ -18,7 +18,7 @@ val msgpack4zArgonaut = CrossProject(
1818
libraryDependencies ++= (
1919
("io.github.argonaut-io" %%% "argonaut" % argonautVersion) ::
2020
("io.github.argonaut-io" %%% "argonaut-scalaz" % argonautVersion % "test") ::
21-
("com.github.scalaprops" %%% "scalaprops" % "0.9.1" % "test") ::
21+
("com.github.scalaprops" %%% "scalaprops" % "0.10.0" % "test") ::
2222
("com.github.xuwei-k" %%% "msgpack4z-core" % "0.6.2") ::
2323
Nil
2424
)

0 commit comments

Comments
 (0)