Skip to content

Commit

Permalink
chore: Update protobuf version on develop (#11355)
Browse files Browse the repository at this point in the history
Signed-off-by: Neeharika-Sompalli <neeharika.sompalli@swirldslabs.com>
  • Loading branch information
Neeharika-Sompalli committed Feb 6, 2024
1 parent 53bb6ce commit 22a67b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hedera-node/hapi/build.gradle.kts
Expand Up @@ -25,7 +25,7 @@ description = "Hedera API"

// Add downloaded HAPI repo protobuf files into build directory and add to sources to build them
tasks.cloneHederaProtobufs {
branchOrTag = "use-ContractID-in-SlotKey"
branchOrTag = "add-pbj-types-for-state"
// As long as the 'branchOrTag' above is not stable, run always:
outputs.upToDateWhen { false }
}
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Expand Up @@ -134,7 +134,7 @@ fun includeAllProjects(containingFolder: String) {
}

// The HAPI API version to use for Protobuf sources.
val hapiProtoVersion = "0.44.0"
val hapiProtoVersion = "0.47.0"

dependencyResolutionManagement {
// Protobuf tool versions
Expand Down

0 comments on commit 22a67b0

Please sign in to comment.