From 560abdc5a2fa5e1c32257b1c97647680af30f1f8 Mon Sep 17 00:00:00 2001 From: Darren Gibson Date: Wed, 1 May 2024 08:27:12 -0500 Subject: [PATCH] Update version in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a77a8f..9dfe665 100644 --- a/README.md +++ b/README.md @@ -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`,