Skip to content

Commit 1e5abce

Browse files
authored
Merge pull request #3330 from typelevel/update/ip4s-core-3.4.0
Update ip4s-core to 3.4.0
2 parents 93c87e9 + d81a8e6 commit 1e5abce

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)