From c9927a4bebf7704feb465699e9233c55173288b8 Mon Sep 17 00:00:00 2001 From: atala-dev Date: Wed, 29 Nov 2023 20:06:55 +0000 Subject: [PATCH] Update did, did-framework, did-imp, ... to 0.1.0-M16 in main --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2ec320c9..da4264ec 100644 --- a/build.sbt +++ b/build.sbt @@ -9,7 +9,7 @@ inThisBuild( /** Versions */ lazy val V = new { - val scalaDID = "0.1.0-M15" + val scalaDID = "0.1.0-M16" // FIXME another bug in the test framework https://github.com/scalameta/munit/issues/554 val munit = "1.0.0-M10" // "0.7.29"