Skip to content

Commit

Permalink
Update scodec-bits to 1.2.0 in main
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperledger-bot committed May 20, 2024
1 parent 2780633 commit 1470d00
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 @@ -122,7 +122,7 @@ lazy val D = new {

val jwtCirce = "com.github.jwt-scala" %% "jwt-circe" % V.jwtCirceVersion
val jsonCanonicalization: ModuleID = "io.github.erdtman" % "java-json-canonicalization" % "1.1"
val scodecBits: ModuleID = "org.scodec" %% "scodec-bits" % "1.1.38"
val scodecBits: ModuleID = "org.scodec" %% "scodec-bits" % "1.2.0"

// https://mvnrepository.com/artifact/org.didcommx/didcomm/0.3.2
val didcommx: ModuleID = "org.didcommx" % "didcomm" % "0.3.2"
Expand Down

0 comments on commit 1470d00

Please sign in to comment.