Skip to content

Commit

Permalink
Update dependency io.github.gradle-nexus:publish-plugin to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 6, 2024
1 parent f541005 commit 62a8e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ repositories {

dependencies {
implementation(group = "com.diffplug.spotless", name = "spotless-plugin-gradle", version = "6.25.0")
implementation(group = "io.github.gradle-nexus", name = "publish-plugin", version = "1.3.0")
implementation(group = "io.github.gradle-nexus", name = "publish-plugin", version = "2.0.0")
implementation(group = "org.ajoberstar.reckon", name = "reckon-gradle", version = "0.18.3")
}

Expand Down

0 comments on commit 62a8e4a

Please sign in to comment.