Skip to content

Commit 0377f21

Browse files
authored
Merge pull request #3445 from typelevel/update/ip4s-core-3.6.0
Update ip4s-core to 3.6.0
2 parents 2ebcb12 + f8dce9e commit 0377f21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ lazy val io = crossProject(JVMPlatform, JSPlatform, NativePlatform)
334334
.settings(
335335
name := "fs2-io",
336336
tlVersionIntroduced ~= { _.updated("3", "3.1.0") },
337-
libraryDependencies += "com.comcast" %%% "ip4s-core" % "3.5.0",
337+
libraryDependencies += "com.comcast" %%% "ip4s-core" % "3.6.0",
338338
tlJdkRelease := None
339339
)
340340
.jvmSettings(

0 commit comments

Comments
 (0)