Skip to content

Commit b3d1808

Browse files
build(deps): bump org.hiero.gradle.build from 0.7.6 to 0.7.7 (#473)
Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Jendrik Johannes <jendrik@onepiece.software> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jendrik Johannes <jendrik@onepiece.software>
1 parent f1a414c commit b3d1808

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Modules (subprojects) are located in the directory hierarchy by using the `javaM
3838
```kotlin
3939
// settings.gradle.kts
4040
plugins {
41-
id("org.hiero.gradle.build") version "0.7.6"
41+
id("org.hiero.gradle.build") version "0.7.7"
4242
}
4343

4444
// Define location of Modules (subprojects)

example/settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: Apache-2.0
2-
plugins { id("org.hiero.gradle.build") version "0.7.6" }
2+
plugins { id("org.hiero.gradle.build") version "0.7.7" }
33

44
rootProject.name = "example-repository"
55

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: Apache-2.0
22
plugins {
3-
id("org.hiero.gradle.build") version "0.7.6"
3+
id("org.hiero.gradle.build") version "0.7.7"
44
`kotlin-dsl` apply false
55
}
66

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.7
1+
0.7.8

0 commit comments

Comments
 (0)