File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
group = " it.renvins"
2
- version = " 0.4.0 -SNAPSHOT"
2
+ version = " 0.4.1 -SNAPSHOT"
3
3
4
4
repositories {
5
5
mavenCentral()
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ dependencies {
20
20
implementation(project(" :api" ))
21
21
implementation(project(" :common" ))
22
22
23
- compileOnly(" io.papermc.paper:paper-api:1.21.4 -R0.1-SNAPSHOT" )
23
+ compileOnly(" io.papermc.paper:paper-api:1.21.7 -R0.1-SNAPSHOT" )
24
24
}
25
25
26
26
java {
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ dependencies {
24
24
implementation(project(" :api" ))
25
25
implementation(project(" :common" ))
26
26
27
- compileOnly(" net.md-5:bungeecord-api:1.21-R0.2 " )
27
+ compileOnly(" net.md-5:bungeecord-api:1.21-R0.4-SNAPSHOT " )
28
28
}
29
29
30
30
java {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import net.fabricmc.loom.task.RemapJarTask
2
2
3
3
plugins {
4
4
id(" java" )
5
- id(" fabric-loom" ) version " 1.10 -SNAPSHOT"
5
+ id(" fabric-loom" ) version " 1.11 -SNAPSHOT"
6
6
id(" com.gradleup.shadow" ) version " 9.0.0-beta11"
7
7
id(" io.freefair.lombok" ) version " 8.13.1"
8
8
}
@@ -33,11 +33,11 @@ repositories {
33
33
34
34
35
35
dependencies {
36
- minecraft(" com.mojang:minecraft:1.21.4 " )
37
- mappings(" net.fabricmc:yarn:1.21.4 +build.8 :v2" )
36
+ minecraft(" com.mojang:minecraft:1.21.7 " )
37
+ mappings(" net.fabricmc:yarn:1.21.7 +build.2 :v2" )
38
38
modImplementation(" net.fabricmc:fabric-loader:0.16.14" )
39
39
40
- modImplementation(" net.fabricmc.fabric-api:fabric-api:0.119 .2+1.21.4 " )
40
+ modImplementation(" net.fabricmc.fabric-api:fabric-api:0.128 .2+1.21.7 " )
41
41
42
42
// API and Common modules
43
43
implementation(project(" :api" ))
You can’t perform that action at this time.
0 commit comments