diff --git a/build.sbt b/build.sbt index 9bf8f8cc0b..3f121880b7 100644 --- a/build.sbt +++ b/build.sbt @@ -353,7 +353,7 @@ lazy val io = crossProject(JVMPlatform, JSPlatform, NativePlatform) .settings( name := "fs2-io", tlVersionIntroduced ~= { _.updated("3", "3.1.0") }, - libraryDependencies += "com.comcast" %%% "ip4s-core" % "3.6.0", + libraryDependencies += "com.comcast" %%% "ip4s-core" % "3.7.0", tlJdkRelease := None ) .jvmSettings(