Skip to content

Commit ca6e270

Browse files
authored
Merge pull request #3386 from typelevel/update/ip4s-core-3.5.0
Update ip4s-core to 3.5.0
2 parents 36fc9b2 + 615dfff commit ca6e270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ lazy val io = crossProject(JVMPlatform, JSPlatform, NativePlatform)
332332
.settings(
333333
name := "fs2-io",
334334
tlVersionIntroduced ~= { _.updated("3", "3.1.0") },
335-
libraryDependencies += "com.comcast" %%% "ip4s-core" % "3.4.0",
335+
libraryDependencies += "com.comcast" %%% "ip4s-core" % "3.5.0",
336336
tlJdkRelease := None
337337
)
338338
.jvmSettings(

0 commit comments

Comments
 (0)