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