From 039407dca66e275ce9b1d3b741f9f7427d01f5dd Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 31 May 2021 18:39:33 +0200 Subject: [PATCH] Update circe-fs2 to 0.14.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8d5d0a9..0798c9e 100644 --- a/build.sbt +++ b/build.sbt @@ -21,7 +21,7 @@ val libraries = List( "com.monovore" %% "decline-effect" % "1.3.0", "com.olegpy" %% "meow-mtl-effects" % "0.4.1", "dev.profunktor" %% "console4cats" % "0.8.1", - "io.circe" %% "circe-fs2" % "0.13.0", + "io.circe" %% "circe-fs2" % "0.14.0", "io.circe" %% "circe-generic-extras" % "0.13.0", "io.confluent" % "kafka-avro-serializer" % "5.5.4", "org.typelevel" %% "cats-mtl-core" % "0.7.1"