Skip to content

Commit

Permalink
fix: field name routing_did in keylist response body (#22)
Browse files Browse the repository at this point in the history
Mediator returns "routing_did" instead of "recipient_did" in keylist response body
Fix for ATL-4845
  • Loading branch information
FabioPinheiro authored and mineme0110 committed Apr 30, 2024
1 parent de13618 commit bb35c99
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 @@ -9,7 +9,7 @@ inThisBuild(

/** Versions */
lazy val V = new {
val scalaDID = "0.1.0-M2"
val scalaDID = "0.1.0-M3"
// val scalajsJavaSecureRandom = "1.0.0"

// FIXME another bug in the test framework https://github.com/scalameta/munit/issues/554
Expand Down

0 comments on commit bb35c99

Please sign in to comment.