Skip to content

Commit

Permalink
chore(deps): Update build deps and github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 2, 2023
1 parent 542912e commit 27143b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ mergeTool = { module = "net.minecraftforge:mergetool", version.ref = "mergeTool"
shadowPlugin = { module = "com.github.jengelman.gradle.plugins:shadow", version = "6.1.0" }

[plugins]
eclipseApt = { id = "com.diffplug.eclipse.apt", version = "3.42.1" }
eclipseApt = { id = "com.diffplug.eclipse.apt", version = "3.42.2" }
gradlePluginPublish = { id = "com.gradle.plugin-publish", version = "1.2.0" }
ideaExt = { id = "org.jetbrains.gradle.plugin.idea-ext", version.ref = "ideaExt" }
indra = { id = "net.kyori.indra", version.ref = "indra" }
Expand All @@ -46,4 +46,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.19.0" }
spotless = { id = "com.diffplug.spotless", version = "6.20.0" }
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pluginManagement {
}

plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.5.0"
id("org.gradle.toolchains.foojay-resolver-convention") version "0.6.0"
}

dependencyResolutionManagement {
Expand Down

0 comments on commit 27143b9

Please sign in to comment.