Skip to content

Commit

Permalink
Remove explicit dependency on scodec-bits (pick up via fs2)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilquist committed Aug 29, 2024
1 parent 6f3867d commit aef113e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -322,8 +322,7 @@ lazy val xray = crossProject(JSPlatform, JVMPlatform)
libraryDependencies ++= Seq(
"io.circe" %%% "circe-core" % "0.14.8",
"co.fs2" %%% "fs2-io" % fs2Version,
"com.comcast" %%% "ip4s-core" % "3.6.0",
"org.scodec" %%% "scodec-bits" % "1.2.0"
"com.comcast" %%% "ip4s-core" % "3.6.0"
)
)
.jsSettings(
Expand Down

0 comments on commit aef113e

Please sign in to comment.