File tree 3 files changed +12
-12
lines changed
3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
2
java
3
3
id(" maven-publish" )
4
- id(" fabric-loom" ) version " 1.6 .+"
5
- kotlin(" jvm" ) version " 1.9.23 "
4
+ id(" fabric-loom" ) version " 1.7 .+"
5
+ kotlin(" jvm" ) version " 2.0.20 "
6
6
id(" io.github.goooler.shadow" ) version " 8.1.7"
7
- kotlin(" plugin.serialization" ) version " 1.9.23 "
7
+ kotlin(" plugin.serialization" ) version " 2.0.20 "
8
8
}
9
9
10
10
configurations.implementation.get().extendsFrom(configurations.shadow.get())
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.7 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.10.2 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 1
1
[versions ]
2
- minecraft = " 1.21"
3
- fabric-loader = " 0.15.11 "
4
- yarn-mappings = " 1.21+build.2 "
2
+ minecraft = " 1.21.1 "
3
+ fabric-loader = " 0.16.5 "
4
+ yarn-mappings = " 1.21.1 +build.3 "
5
5
6
- fabric-api = " 0.100.3 +1.21"
6
+ fabric-api = " 0.105.0 +1.21.1 "
7
7
8
8
# Kotlin
9
- fabric-kotlin = " 1.10.19 +kotlin.1.9.23 "
9
+ fabric-kotlin = " 1.12.1 +kotlin.2.0.20 "
10
10
11
11
# Discord
12
- kord-extensions = " 1.8.1 -SNAPSHOT"
12
+ kord-extensions = " 1.9.0 -SNAPSHOT"
13
13
mc-discord-reserializer = " 4.3.0"
14
14
emoji-java = " 5.1.1"
15
15
adventure-gson = " 4.16.0"
16
16
17
- placeholder-api = " 2.4.0-pre.2 +1.21"
17
+ placeholder-api = " 2.4.1 +1.21"
18
18
permission-api = " 0.3.1"
19
- vanish-api = " 1.5.6 +1.21"
19
+ vanish-api = " 1.5.7 +1.21.1 "
20
20
konf = " 1.1.2"
21
21
22
22
[libraries ]
You can’t perform that action at this time.
0 commit comments