Skip to content

Commit

Permalink
Update scodec-bits to 1.2.0 (#852)
Browse files Browse the repository at this point in the history
Co-authored-by: scala-steward[bot] <417002+ etspaceman-scala-steward-app[bot]@users.noreply.github.com>
  • Loading branch information
etspaceman-scala-steward-app[bot] and scala-steward[bot] authored May 22, 2024
1 parent c0a4981 commit ba6733a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/LibraryDependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import sbt._
object LibraryDependencies {
val KindProjector = "org.typelevel" % "kind-projector" % "0.13.3"
val BetterMonadicFor = "com.olegpy" %% "better-monadic-for" % "0.3.1"
val ScodecBits = Def.setting("org.scodec" %%% "scodec-bits" % "1.1.38")
val ScodecBits = Def.setting("org.scodec" %%% "scodec-bits" % "1.2.0")
val ScalaParserCombinators = Def.setting(
"org.scala-lang.modules" %%% "scala-parser-combinators" % "2.4.0"
)
Expand Down

0 comments on commit ba6733a

Please sign in to comment.