From ada4ca7a20ee3203ef056d34fc2b257c30d2702f Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 16:24:27 +0000 Subject: [PATCH] Update ip4s-core to 3.8.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c22ab4ae..6e4778da 100644 --- a/build.sbt +++ b/build.sbt @@ -98,7 +98,7 @@ lazy val lambda = crossProject(JSPlatform, JVMPlatform) "org.tpolecat" %%% "natchez-core" % natchezVersion, "io.circe" %%% "circe-scodec" % circeVersion, "io.circe" %%% "circe-jawn" % circeVersion, - "com.comcast" %%% "ip4s-core" % "3.7.0", + "com.comcast" %%% "ip4s-core" % "3.8.0", "org.scodec" %%% "scodec-bits" % "1.2.4", "org.scalameta" %%% "munit-scalacheck" % munitVersion % Test, "org.typelevel" %%% "munit-cats-effect" % munitCEVersion % Test,