Skip to content

Commit

Permalink
Merge pull request #2207 from scala-steward/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
hamnis committed Apr 17, 2024
2 parents ff65d1b + ae02df9 commit cdcc17e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -371,7 +371,7 @@ lazy val scalajsJavaTimeTest = circeModule("scalajs-java-time-test")

lazy val scodec = circeCrossModule("scodec")
.settings(
libraryDependencies += "org.scodec" %%% "scodec-bits" % "1.1.37"
libraryDependencies += "org.scodec" %%% "scodec-bits" % "1.1.38"
)
.platformsSettings(JSPlatform, NativePlatform)(
libraryDependencies += "io.github.cquiroz" %%% "scala-java-time" % scalaJavaTimeVersion % Test
Expand Down

0 comments on commit cdcc17e

Please sign in to comment.