From 2d502468d8650919de6d8f02eef0592fd867c5d1 Mon Sep 17 00:00:00 2001 From: jmast Date: Wed, 9 Jul 2025 14:55:46 +0200 Subject: [PATCH] remove note about play-json-generic not being available for scala 3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46aa2cd..3f06cc7 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ 3. `play-json-jsoniter` — provides the fastest way to convert an instance of `play.api.libs.json.JsValue` to byte array and read it back. 4. `play-json-circe` — provides conversions to/from `circe` codecs to ease transitions from one library to another. Examples in [CirceToPlayConversionsSpec](play-json-circe/src/test/scala/com/evolution/playjson/circe/CirceToPlayConversionsSpec.scala) and [PlayToCirceConversionsSpec](play-json-circe/src/test/scala/com/evolution/playjson/circe/PlayToCirceConversionsSpec.scala). -All modules are available for Scala 2.12, 2.13 and 3, except for `play-json-generic`, which has no Scala 3 version yet. +All modules are available for Scala 2.12, 2.13 and 3. ## Setup