From 18de26efef0e3e18ffdf589cad0a0c1961f586e1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 28 Sep 2021 00:48:20 +0200 Subject: [PATCH 1/2] Update ip4s-core to 3.0.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 483e500..e7e8c67 100644 --- a/build.sbt +++ b/build.sbt @@ -40,7 +40,7 @@ lazy val core = project.in(file("core")) name := "fs2-netty", libraryDependencies ++= Seq( "io.netty" % "netty-all" % "4.1.68.Final", - "com.comcast" %% "ip4s-core" % "3.0.3", + "com.comcast" %% "ip4s-core" % "3.0.4", "co.fs2" %% "fs2-core" % Fs2Version, "org.typelevel" %% "cats-effect-testing-specs2" % "1.2.0" % Test)) From 9ece9936975918d8201de86ecf9b4be055ec12d5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 11 Oct 2021 20:15:30 +0200 Subject: [PATCH 2/2] Update ip4s-core to 3.0.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 02c4f83..3e1ac0b 100644 --- a/build.sbt +++ b/build.sbt @@ -40,7 +40,7 @@ lazy val core = project.in(file("core")) name := "fs2-netty", libraryDependencies ++= Seq( "io.netty" % "netty-all" % "4.1.69.Final", - "com.comcast" %% "ip4s-core" % "3.0.3", + "com.comcast" %% "ip4s-core" % "3.0.4", "co.fs2" %% "fs2-core" % Fs2Version, "org.typelevel" %% "cats-effect-testing-specs2" % "1.3.0" % Test))