Skip to content

Commit

Permalink
Merge pull request #1011 from typelevel/update/scodec-bits-1.2.0
Browse files Browse the repository at this point in the history
Update scodec-bits to 1.2.0
  • Loading branch information
armanbilge authored Jun 21, 2024
2 parents 3ae7ee6 + 07c3a1e commit 3d7b4fd
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 @@ -322,7 +322,7 @@ lazy val xray = crossProject(JSPlatform, JVMPlatform)
"io.circe" %%% "circe-core" % "0.14.7",
"co.fs2" %%% "fs2-io" % fs2Version,
"com.comcast" %%% "ip4s-core" % "3.5.0",
"org.scodec" %%% "scodec-bits" % "1.1.38"
"org.scodec" %%% "scodec-bits" % "1.2.0"
)
)
.jsSettings(
Expand Down

0 comments on commit 3d7b4fd

Please sign in to comment.