Skip to content

Commit

Permalink
Merge branch 'main' into fix-atomic-batch-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JivkoKelchev authored Jan 17, 2025
2 parents 3ee7f8a + fe25067 commit f29c0c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pbj-core/settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: Apache-2.0
plugins { id("org.hiero.gradle.build") version "0.3.0" }
plugins { id("org.hiero.gradle.build") version "0.3.1" }

javaModules {
directory(".") {
Expand Down
2 changes: 1 addition & 1 deletion pbj-integration-tests/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pluginManagement {
includeBuild("../pbj-core") // use locally built 'pbj-core' (Gradle plugin)
}

plugins { id("org.hiero.gradle.build") version "0.3.0" }
plugins { id("org.hiero.gradle.build") version "0.3.1" }

dependencyResolutionManagement {
// To use locally built 'pbj-runtime'
Expand Down

0 comments on commit f29c0c0

Please sign in to comment.