Skip to content

Commit

Permalink
chore(gradle): update more dependencies for gradle 8
Browse files Browse the repository at this point in the history
  • Loading branch information
darbyjack committed Mar 16, 2024
1 parent 53057cc commit 52449f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ import org.apache.tools.ant.filters.ReplaceTokens

plugins {
id 'org.jetbrains.kotlin.jvm' version '1.9.23'
id 'com.github.johnrengelman.shadow' version '7.1.2' apply false
id 'com.github.johnrengelman.shadow' version '8.1.1' apply false
id "com.github.ben-manes.versions" version "0.51.0"
id "net.kyori.indra" version "2.2.0"
id "net.kyori.indra.publishing" version "2.2.0"
id "net.kyori.indra" version "3.1.3"
id "net.kyori.indra.publishing" version "3.1.3"
}

allprojects {
Expand Down

0 comments on commit 52449f3

Please sign in to comment.