Skip to content

Commit e30b57f

Browse files
chore(deps): Update gradle and github actions
1 parent f058c2d commit e30b57f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ indra-checkstyle = { id = "net.kyori.indra.checkstyle", version.ref = "indra" }
3232
indra-licenserSpotless = { id = "net.kyori.indra.licenser.spotless", version.ref = "indra" }
3333
indra-sonatype = { id = "net.kyori.indra.publishing.sonatype", version.ref = "indra" }
3434
nexusPublish = { id = "io.github.gradle-nexus.publish-plugin", version = "2.0.0"}
35-
spotless = { id = "com.diffplug.spotless", version = "6.21.0" }
35+
spotless = { id = "com.diffplug.spotless", version = "7.0.3" }

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id "org.gradle.toolchains.foojay-resolver-convention" version "0.8.0"
2+
id "org.gradle.toolchains.foojay-resolver-convention" version "1.0.0"
33
}
44

55
rootProject.name = "mammoth"

0 commit comments

Comments
 (0)