Skip to content

Commit 8b00414

Browse files
committed
Update to ip4s 3.8.0-RC3
1 parent 77396ff commit 8b00414

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-RC2",
447+
libraryDependencies += "com.comcast" %%% "ip4s-core" % "3.8.0-RC3",
448448
tlJdkRelease := None
449449
)
450450
.jvmSettings(

0 commit comments

Comments
 (0)