Skip to content

Commit d81a8e6

Browse files
Update ip4s-core to 3.4.0
1 parent 93c87e9 commit d81a8e6

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
@@ -321,7 +321,7 @@ lazy val io = crossProject(JVMPlatform, JSPlatform, NativePlatform)
321321
.settings(
322322
name := "fs2-io",
323323
tlVersionIntroduced ~= { _.updated("3", "3.1.0") },
324-
libraryDependencies += "com.comcast" %%% "ip4s-core" % "3.3.0",
324+
libraryDependencies += "com.comcast" %%% "ip4s-core" % "3.4.0",
325325
tlJdkRelease := None
326326
)
327327
.jvmSettings(

0 commit comments

Comments
 (0)