Skip to content

Commit

Permalink
docs: update version in "getting started"
Browse files Browse the repository at this point in the history
Update version to 0.4.2
  • Loading branch information
MartinHH committed Sep 24, 2023
1 parent 6274ed2 commit d5b66af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
```

Expand Down

0 comments on commit d5b66af

Please sign in to comment.