From b14b88f98f0d17d85b94ddc8a1c91f8b3fa6fcad Mon Sep 17 00:00:00 2001 From: Vadim Chelyshov Date: Wed, 22 May 2024 11:21:07 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ecb07564..5975eaf3 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Add dependencies to your `build.sbt` val tethysVersion = "latest version in badge" libraryDependencies ++= Seq( "com.tethys-json" %% "tethys-core" % tethysVersion, - "com.tethys-json" %% "tethys-jackson" % tethysVersion, + "com.tethys-json" %% "tethys-jackson213" % tethysVersion, "com.tethys-json" %% "tethys-derivation" % tethysVersion ) ```