Skip to content

Commit

Permalink
Merge pull request #899 from typelevel/update/scodec-bits-1.1.38
Browse files Browse the repository at this point in the history
Update scodec-bits to 1.1.38
  • Loading branch information
mpilquist authored Nov 5, 2023
2 parents c862c89 + 05a6669 commit 16c092c
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)
"io.circe" %%% "circe-core" % "0.14.5",
"co.fs2" %%% "fs2-io" % fs2Version,
"com.comcast" %%% "ip4s-core" % "3.4.0",
"org.scodec" %%% "scodec-bits" % "1.1.37"
"org.scodec" %%% "scodec-bits" % "1.1.38"
)
)
.jsSettings(
Expand Down

0 comments on commit 16c092c

Please sign in to comment.