From 7d7ba13cf3a992c289bde97a69b45df9cd8d3977 Mon Sep 17 00:00:00 2001 From: fortyseven_degrees Date: Fri, 13 Jan 2023 05:37:40 +0000 Subject: [PATCH 1/3] Update http4s-circe to 0.23.17 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 77a6162..c90bccf 100755 --- a/build.sbt +++ b/build.sbt @@ -13,7 +13,7 @@ lazy val V = new { val cats: String = "2.9.0" val circe: String = "0.14.3" val classutil: String = "1.5.1" - val http4s: String = "0.23.13" + val http4s: String = "0.23.17" val scalatest: String = "3.2.14" } From dfd3bb30132f6a091701c96f7bda29205ccedc4e Mon Sep 17 00:00:00 2001 From: fortyseven_degrees Date: Mon, 16 Jan 2023 05:41:11 +0000 Subject: [PATCH 2/3] Revert commit(s) 7d7ba13 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c90bccf..77a6162 100755 --- a/build.sbt +++ b/build.sbt @@ -13,7 +13,7 @@ lazy val V = new { val cats: String = "2.9.0" val circe: String = "0.14.3" val classutil: String = "1.5.1" - val http4s: String = "0.23.17" + val http4s: String = "0.23.13" val scalatest: String = "3.2.14" } From df348073b1e5f2b39cd2232f691856d37f49c27c Mon Sep 17 00:00:00 2001 From: fortyseven_degrees Date: Mon, 16 Jan 2023 05:41:14 +0000 Subject: [PATCH 3/3] Update http4s-circe to 0.23.17 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 03b3e77..aaffc1a 100755 --- a/build.sbt +++ b/build.sbt @@ -13,7 +13,7 @@ lazy val V = new { val cats: String = "2.9.0" val circe: String = "0.14.3" val classutil: String = "1.5.1" - val http4s: String = "0.23.13" + val http4s: String = "0.23.17" val scalatest: String = "3.2.15" }