Skip to content

Commit d33565a

Browse files
Bump com.gradleup.nmcp:nmcp from 0.0.4 to 0.0.8 (#7)
Bumps [com.gradleup.nmcp:nmcp](https://github.com/gradleup/nmcp) from 0.0.4 to 0.0.8. - [Commits](GradleUp/nmcp@v0.0.4...v0.0.8) --- updated-dependencies: - dependency-name: com.gradleup.nmcp:nmcp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d76258b commit d33565a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ buildscript {
66
dependencies {
77
classpath("org.shipkit:shipkit-changelog:2.0.1")
88
classpath("org.shipkit:shipkit-auto-version:2.0.4")
9-
classpath("com.gradleup.nmcp:nmcp:0.0.4")
9+
classpath("com.gradleup.nmcp:nmcp:0.0.8")
1010
}
1111
}
1212

1313
plugins {
1414
java
1515
`java-library`
1616
`maven-publish`
17-
id("com.gradleup.nmcp").version("0.0.4")
17+
id("com.gradleup.nmcp").version("0.0.8")
1818
}
1919

2020
apply(from="gradle/java-publication.gradle.kts")

0 commit comments

Comments
 (0)