Skip to content

Commit

Permalink
Update version in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zarthross committed May 1, 2024
1 parent b35115a commit 560abdc
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 @@ -135,7 +135,7 @@ by [hspec-golden-aeson][golden-aeson].
Add the dependency to your sbt build:

```scala
libraryDependencies += "io.circe" %% "circe-golden" % "0.1.0" % Test
libraryDependencies += "io.circe" %% "circe-golden" % "0.4.0" % Test
```

Change all of your `CodecTests` laws-checking tests to `GoldenCodecTests` with `goldenCodec`,
Expand Down

0 comments on commit 560abdc

Please sign in to comment.