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.5.0
  • Loading branch information
MartinHH committed Apr 22, 2024
1 parent 94f4b36 commit 92cef45
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.2" % "test"
"io.github.martinhh" %% "scalacheck-derived" % "0.5.0" % "test"
)
```

Expand Down

0 comments on commit 92cef45

Please sign in to comment.