Skip to content

Commit e8721b0

Browse files
committed
Bump to ip4s 3.8.0-RC1
1 parent 562cbc5 commit e8721b0

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
@@ -434,7 +434,7 @@ lazy val io = crossProject(JVMPlatform, JSPlatform, NativePlatform)
434434
.settings(
435435
name := "fs2-io",
436436
tlVersionIntroduced ~= { _.updated("3", "3.1.0") },
437-
libraryDependencies += "com.comcast" %%% "ip4s-core" % "3.8.0-M3",
437+
libraryDependencies += "com.comcast" %%% "ip4s-core" % "3.8.0-RC1",
438438
tlJdkRelease := None
439439
)
440440
.jvmSettings(

0 commit comments

Comments
 (0)