Skip to content

Commit

Permalink
chore(deps): Update build deps and github actions (#122)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 4, 2023
1 parent eefde39 commit 9441ec4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ mergeTool = { module = "net.minecraftforge:mergetool", version.ref = "mergeTool"
shadowPlugin = { module = "com.github.jengelman.gradle.plugins:shadow", version = "6.1.0" }

[plugins]
blossom = { id = "net.kyori.blossom", version = "2.0.1" }
eclipseApt = { id = "com.diffplug.eclipse.apt", version = "3.42.2" }
blossom = { id = "net.kyori.blossom", version = "2.1.0" }
eclipseApt = { id = "com.diffplug.eclipse.apt", version = "3.43.0" }
gradlePluginPublish = { id = "com.gradle.plugin-publish", version = "1.2.1" }
ideaExt = { id = "org.jetbrains.gradle.plugin.idea-ext", version.ref = "ideaExt" }
indra = { id = "net.kyori.indra", version.ref = "indra" }
Expand All @@ -49,4 +49,4 @@ indra-licenserSpotless = { id = "net.kyori.indra.licenser.spotless", version.ref
indra-publishing = { id = "net.kyori.indra.publishing", version.ref = "indra" }
indra-publishing-gradlePlugin = { id = "net.kyori.indra.publishing.gradle-plugin", version.ref = "indra" }
indra-publishing-sonatype = { id = "net.kyori.indra.publishing.sonatype", version.ref = "indra" }
spotless = { id = "com.diffplug.spotless", version = "6.21.0" }
spotless = { id = "com.diffplug.spotless", version = "6.22.0" }

0 comments on commit 9441ec4

Please sign in to comment.