Skip to content

Commit

Permalink
Update gradle plugin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-berg committed Jul 21, 2023
1 parent 9009b04 commit a18be71
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
pluginManagement {
plugins {
id("com.google.protobuf") version "0.8.17"
id("de.undercouch.download") version "4.1.2"
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
id("nebula.release") version "16.0.0"
id("com.google.protobuf") version "0.9.4"
id("de.undercouch.download") version "5.4.0"
id("io.github.gradle-nexus.publish-plugin") version "1.3.0"
id("nebula.release") version "17.2.2"
}
}

Expand Down

0 comments on commit a18be71

Please sign in to comment.