Skip to content

Commit

Permalink
Merge pull request #3445 from typelevel/update/ip4s-core-3.6.0
Browse files Browse the repository at this point in the history
Update ip4s-core to 3.6.0
  • Loading branch information
mpilquist committed Jun 7, 2024
2 parents 2ebcb12 + f8dce9e commit 0377f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ lazy val io = crossProject(JVMPlatform, JSPlatform, NativePlatform)
.settings(
name := "fs2-io",
tlVersionIntroduced ~= { _.updated("3", "3.1.0") },
libraryDependencies += "com.comcast" %%% "ip4s-core" % "3.5.0",
libraryDependencies += "com.comcast" %%% "ip4s-core" % "3.6.0",
tlJdkRelease := None
)
.jvmSettings(
Expand Down

0 comments on commit 0377f21

Please sign in to comment.