From 8dc4e1ff5bb91617d381e093cf9af61821b64ab2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 16 Oct 2023 22:24:04 +0000 Subject: [PATCH] Update fs2-data-json, fs2-data-json-circe to 1.9.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d7770dc..3e32f1e 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ ThisBuild / organization := "io.latis-data" ThisBuild / scalaVersion := "2.13.12" -val fs2DataVersion = "1.8.1" +val fs2DataVersion = "1.9.1" val http4sVersion = "0.23.23" val latisVersion = "ea2ab6c" val latisHapiVersion = "e30933f"