Skip to content

Commit

Permalink
Update did, did-imp, did-method-peer to 0.1.0-M9 (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
FabioPinheiro authored Aug 18, 2023
1 parent f466734 commit fce5199
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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-M8"
val scalaDID = "0.1.0-M9"
// val scalajsJavaSecureRandom = "1.0.0"

// FIXME another bug in the test framework https://github.com/scalameta/munit/issues/554
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ object PickupExecuter
ZIO.succeed(
Reply(
MessagesReceived(
thid = m.id,
thid = Some(m.id),
from = m.to.asFROM,
to = m.from.asTO,
message_id_list = m.attachments.keys.toSeq,
Expand Down

0 comments on commit fce5199

Please sign in to comment.