Skip to content

Commit

Permalink
Update scodec-bits to 1.1.38 (#622)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Oct 24, 2023
1 parent d5e7b68 commit f4f7fd6
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.2"
val BetterMonadicFor = "com.olegpy" %% "better-monadic-for" % "0.3.1"
val ScodecBits = Def.setting("org.scodec" %%% "scodec-bits" % "1.1.37")
val ScodecBits = Def.setting("org.scodec" %%% "scodec-bits" % "1.1.38")
val ScalaParserCombinators = Def.setting(
"org.scala-lang.modules" %%% "scala-parser-combinators" % "2.3.0"
)
Expand Down

0 comments on commit f4f7fd6

Please sign in to comment.