Skip to content

Commit

Permalink
Merge pull request #958 from typelevel/update/ip4s-core-3.5.0
Browse files Browse the repository at this point in the history
Update ip4s-core to 3.5.0
  • Loading branch information
mpilquist authored Feb 25, 2024
2 parents 1b67146 + 5514990 commit badce91
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 @@ -321,7 +321,7 @@ lazy val xray = crossProject(JSPlatform, JVMPlatform)
libraryDependencies ++= Seq(
"io.circe" %%% "circe-core" % "0.14.6",
"co.fs2" %%% "fs2-io" % fs2Version,
"com.comcast" %%% "ip4s-core" % "3.4.0",
"com.comcast" %%% "ip4s-core" % "3.5.0",
"org.scodec" %%% "scodec-bits" % "1.1.38"
)
)
Expand Down

0 comments on commit badce91

Please sign in to comment.