From 0d8f0f3d4cc56c76d18629840b76f7cbccec3d4a Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Tue, 7 Feb 2023 01:45:33 +0000 Subject: [PATCH] Update scodec-bits to 1.1.35 in series/0.8 (#824) Co-authored-by: http4s-steward[bot] <106843772+http4s-steward[bot]@users.noreply.github.com> --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 05cc462c..3d5d3aef 100644 --- a/build.sbt +++ b/build.sbt @@ -37,7 +37,7 @@ ThisBuild / mergifyLabelPaths += "docs" -> file("docs") val catsV = "2.9.0" val catsEffectV = "3.4.6" val fs2V = "3.5.0" -val scodecV = "1.1.34" +val scodecV = "1.1.35" val http4sV = "0.23.18" val reactiveStreamsV = "1.0.4" val vaultV = "3.5.0"