From 55149909cccb9b3da8c234f9a3b11e41e2169f41 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Sat, 10 Feb 2024 16:05:42 +0000 Subject: [PATCH] Update ip4s-core to 3.5.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f03e3e80..e8ca2d8b 100644 --- a/build.sbt +++ b/build.sbt @@ -321,7 +321,7 @@ lazy val xray = crossProject(JSPlatform, JVMPlatform) libraryDependencies ++= Seq( "io.circe" %%% "circe-core" % "0.14.6", "co.fs2" %%% "fs2-io" % fs2Version, - "com.comcast" %%% "ip4s-core" % "3.4.0", + "com.comcast" %%% "ip4s-core" % "3.5.0", "org.scodec" %%% "scodec-bits" % "1.1.38" ) )