From 137a9f038b75d2cd1f92c15fab0092c2baedcbb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 15:35:09 +0000 Subject: [PATCH] Bump com.wavesplatform:protobuf-schemas from 1.6.0 to 1.6.1 Bumps [com.wavesplatform:protobuf-schemas](https://github.com/wavesplatform/protobuf-schemas) from 1.6.0 to 1.6.1. - [Commits](https://github.com/wavesplatform/protobuf-schemas/compare/v1.6.0...v1.6.1) --- updated-dependencies: - dependency-name: com.wavesplatform:protobuf-schemas dependency-version: 1.6.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 97aab241e9..7cedee91fd 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -32,7 +32,7 @@ object Dependencies { // Node protobuf schemas lazy val protoSchemasLib = - "com.wavesplatform" % "protobuf-schemas" % "1.6.0" classifier "protobuf-src" intransitive () + "com.wavesplatform" % "protobuf-schemas" % "1.6.1" classifier "protobuf-src" intransitive () private def pekkoModule(module: String) = "org.apache.pekko" %% s"pekko-$module" % "1.6.0"