From c2c4c9cb91561710d68646da76a074b37132d9d0 Mon Sep 17 00:00:00 2001 From: Arman Bilge Date: Mon, 17 Jul 2023 11:15:31 -0700 Subject: [PATCH] Link to migration guide --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 11dc18f..449e14d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +### Deprecated + +This library is now in maintenance-mode. We recommend to use [fs2-data-json-circe](https://fs2-data.gnieh.org/documentation/json/libraries/#circe) which provides a [migration guide](https://fs2-data.gnieh.org/documentation/json/libraries/#migrating-from-circe-fs2). + # circe-fs2 [![Build](https://github.com/circe/circe-fs2/workflows/Continuous%20Integration/badge.svg)](https://github.com/circe/circe-fs2/actions) @@ -5,8 +9,6 @@ [![Gitter](https://img.shields.io/badge/gitter-join%20chat-green.svg)](https://gitter.im/circe/circe) [![Maven Central](https://img.shields.io/maven-central/v/io.circe/circe-fs2_2.12.svg)](https://maven-badges.herokuapp.com/maven-central/io.circe/circe-fs2_2.12) -**Deprecated** this library is now in maintenance-mode. We recommend to use [fs2-data-json-circe](https://fs2-data.gnieh.org/documentation/json/libraries/#circe). - This project provides support for using [fs2][fs2] for streaming JSON parsing and decoding with [circe][circe], a Scala library for encoding and decoding JSON to Scala types.