From 535fa642b50e343ef7acb59cc6858a8666744baa Mon Sep 17 00:00:00 2001 From: Hyperledger Bot Date: Sun, 2 Aug 2026 00:40:39 +0000 Subject: [PATCH 1/4] Update sbt-license-report to 1.10.0 in main Signed-off-by: Hyperledger Bot --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index cda2a2a2cf..96773d1844 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -5,7 +5,7 @@ addSbtPlugin("com.github.sbt" % "sbt-release" % "1.5.0") addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.11.7") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.4") addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.1.0-RC2") -addSbtPlugin("com.github.sbt" % "sbt-license-report" % "1.9.0") +addSbtPlugin("com.github.sbt" % "sbt-license-report" % "1.10.0") // scalapb 1.0.0-alpha.x is required for sbt 2.x: the 0.11.x _3 POM hardcodes _2.13 transitive deps // (protoc-gen, protoc-cache-coursier) which pull protoc-bridge_2.13 and conflict with sbt-protoc's From 1b4061da892e979eceeb96af5fce59811aa41fb1 Mon Sep 17 00:00:00 2001 From: Hyperledger Bot Date: Sun, 2 Aug 2026 00:40:40 +0000 Subject: [PATCH 2/4] Update munit to 1.3.4 in main Signed-off-by: Hyperledger Bot --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 5d7177eda0..32ec7a6495 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -1,7 +1,7 @@ import sbt.* object V { - val munit = "1.3.3" // "0.7.29" + val munit = "1.3.4" // "0.7.29" val munitZio = "0.4.0" // https://mvnrepository.com/artifact/dev.zio/zio From 6870791d00d6182057d8b94b27160ae5d41cadd0 Mon Sep 17 00:00:00 2001 From: Hyperledger Bot Date: Sun, 2 Aug 2026 00:40:41 +0000 Subject: [PATCH 3/4] Update sbt-scalafmt to 2.6.2 in main Signed-off-by: Hyperledger Bot --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 96773d1844..a476d251b3 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1") -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.1") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.2") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.7") addSbtPlugin("com.github.sbt" % "sbt-release" % "1.5.0") addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.11.7") From ffda15f502336e0767d653efed3a547199fbcf4a Mon Sep 17 00:00:00 2001 From: Hyperledger Bot Date: Sun, 2 Aug 2026 00:40:41 +0000 Subject: [PATCH 4/4] Update scalafmt-core to 3.11.5 in main Signed-off-by: Hyperledger Bot --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 5aaba1dfa6..b11343b44b 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.11.1 +version = 3.11.5 runner.dialect = scala3 maxColumn = 120