Skip to content

Commit

Permalink
Update ip4s-core to 3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 17, 2022
1 parent a11412c commit 32377b4
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 @@ -327,7 +327,7 @@ lazy val xray = crossProject(JSPlatform, JVMPlatform)
libraryDependencies ++= Seq(
"io.circe" %%% "circe-core" % "0.14.1",
"co.fs2" %%% "fs2-io" % "3.2.7",
"com.comcast" %%% "ip4s-core" % "3.1.2",
"com.comcast" %%% "ip4s-core" % "3.1.3",
"org.scodec" %%% "scodec-bits" % "1.1.31"
)
)
Expand Down

0 comments on commit 32377b4

Please sign in to comment.