From 114f7015bbb96b1e4d8b444085c6bccf6a7ebc5b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 12 Mar 2026 17:07:12 +0000 Subject: [PATCH] Update ip4s-core to 3.8.0 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index b312b54..86c3574 100644 --- a/build.sbt +++ b/build.sbt @@ -48,7 +48,7 @@ lazy val notifications = project .configure(baseSettings) .settings( libraryDependencies ++= Seq( - "com.comcast" %%% "ip4s-core" % "3.5.0", + "com.comcast" %%% "ip4s-core" % "3.8.0", "io.circe" %%% "circe-parser" % "0.14.7", "is.cir" %%% "ciris" % "3.5.0", "org.http4s" %%% "http4s-circe" % "0.23.26", @@ -65,7 +65,7 @@ lazy val operations = project .configure(baseSettings, nodeJsSettings) .settings( libraryDependencies ++= Seq( - "com.comcast" %%% "ip4s-core" % "3.5.0", + "com.comcast" %%% "ip4s-core" % "3.8.0", "com.softwaremill.sttp.client3" %%% "cats" % "3.9.5" % Test, "io.circe" %%% "circe-parser" % "0.14.7" % Test, "is.cir" %%% "ciris" % "3.5.0",