Skip to content

Commit d2f7b99

Browse files
committed
feat: update 1.21.1
1 parent c6174af commit d2f7b99

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ repositories {
3838
}
3939

4040
dependencies {
41-
compileOnly("io.papermc.paper:paper-api:1.21-R0.1-SNAPSHOT")
41+
compileOnly("io.papermc.paper:paper-api:1.21.1-R0.1-SNAPSHOT")
4242
compileOnly("com.mojang:brigadier:1.0.18")
4343
compileOnly("net.coreprotect:coreprotect:22.4")
4444

45-
implementation("com.github.stefvanschie.inventoryframework:IF:0.10.15")
46-
implementation("dev.jorel:commandapi-bukkit-shade-mojang-mapped:9.5.1")
45+
implementation("com.github.stefvanschie.inventoryframework:IF:0.10.17")
46+
implementation("dev.jorel:commandapi-bukkit-shade-mojang-mapped:9.5.3")
4747
implementation("com.github.retrooper:packetevents-spigot:2.4.1-SNAPSHOT")
4848

4949
paperLibrary("org.apache.commons:commons-lang3:3.14.0")
@@ -54,7 +54,7 @@ dependencies {
5454
}
5555

5656
group = "dev.slne.surf.essentials"
57-
version = "1.21-3.0.0-SNAPSHOT"
57+
version = "1.21.1-3.0.0-SNAPSHOT"
5858
description = "SurfEssentials"
5959

6060
paper {

0 commit comments

Comments
 (0)