Skip to content

Commit 5fd4317

Browse files
authored
Merge pull request #3695 from typelevel/update/ip4s-core-3.8.0
Update ip4s-core to 3.8.0
2 parents 1266133 + 1532ee8 commit 5fd4317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ lazy val io = crossProject(JVMPlatform, JSPlatform, NativePlatform)
444444
.settings(
445445
name := "fs2-io",
446446
tlVersionIntroduced ~= { _.updated("3", "3.1.0") },
447-
libraryDependencies += "com.comcast" %%% "ip4s-core" % "3.8.0-RC3",
447+
libraryDependencies += "com.comcast" %%% "ip4s-core" % "3.8.0",
448448
tlJdkRelease := None
449449
)
450450
.jvmSettings(

0 commit comments

Comments
 (0)