From d5b66aff388b817f657eaf3d401057eec6dc520c Mon Sep 17 00:00:00 2001 From: Martin Hansen Date: Sun, 24 Sep 2023 10:35:28 +0200 Subject: [PATCH] docs: update version in "getting started" Update version to 0.4.2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ffada03..fa1ec50 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ sbt project: ``` libraryDependencies ++= Seq( - "io.github.martinhh" %% "scalacheck-derived" % "0.4.0" % "test" + "io.github.martinhh" %% "scalacheck-derived" % "0.4.2" % "test" ) ```