From 59e0cd12170a3481bf03eb064e3ee44a20ec8548 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 09:04:17 +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 003bb7331d..b0271bd7df 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -33,7 +33,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"