Skip to content

Commit

Permalink
Spigot 1.21 dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathildeuh committed Jun 21, 2024
1 parent 3cfa7b6 commit 26fce05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion alt.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ repositories {
}

dependencies {
compileOnly "org.spigotmc:spigot-api:1.20.6-R0.1-SNAPSHOT"
compileOnly "org.spigotmc:spigot-api:1.21-R0.1-SNAPSHOT"
implementation "org.bstats:bstats-bukkit:3.0.2"
implementation "net.kyori:adventure-text-minimessage:4.17.0"
implementation "net.kyori:adventure-platform-bukkit:4.3.2"
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {


group = 'fr.Mathildeuh'
version = '1.4.0-BETA'
version = '1.4.0-BETA2'

repositories {
mavenCentral()
Expand All @@ -27,7 +27,7 @@ repositories {
}

dependencies {
compileOnly "org.spigotmc:spigot:1.20.6-R0.1-SNAPSHOT:remapped-mojang"
compileOnly "org.spigotmc:spigot:1.21-R0.1-SNAPSHOT:remapped-mojang"
implementation "org.bstats:bstats-bukkit:3.0.2"
implementation "net.kyori:adventure-text-minimessage:4.17.0"
implementation "net.kyori:adventure-platform-bukkit:4.3.2"
Expand Down

0 comments on commit 26fce05

Please sign in to comment.