Commit 4777e45 1 parent 2c8cddf commit 4777e45 Copy full SHA for 4777e45
File tree 6 files changed +13
-10
lines changed
6 files changed +13
-10
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ subprojects {
15
15
apply (plugin = " signing" )
16
16
17
17
dependencies {
18
- compileOnly(" org.projectlombok:lombok:1.18.34 " )
19
- annotationProcessor(" org.projectlombok:lombok:1.18.34 " )
18
+ compileOnly(" org.projectlombok:lombok:1.18.36 " )
19
+ annotationProcessor(" org.projectlombok:lombok:1.18.36 " )
20
20
21
- testCompileOnly(" org.projectlombok:lombok:1.18.34 " )
22
- testAnnotationProcessor(" org.projectlombok:lombok:1.18.34 " )
21
+ testCompileOnly(" org.projectlombok:lombok:1.18.36 " )
22
+ testAnnotationProcessor(" org.projectlombok:lombok:1.18.36 " )
23
23
}
24
24
25
25
java {
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ repositories {
5
5
maven(" https://repo.alessiodp.com/releases/" ) // Parties
6
6
maven(" https://repo.extendedclip.com/content/repositories/placeholderapi/" ) // PlaceholderAPI
7
7
maven(" https://mvn.lumine.io/repository/maven/" ) // MythicMobs
8
- maven(" https://repo.nexomc.com/snapshots /" ) // Nexo
8
+ maven(" https://repo.nexomc.com/releases /" ) // Nexo
9
9
maven(" https://repo.oraxen.com/releases" ) // Oraxen
10
10
}
11
11
@@ -21,7 +21,7 @@ dependencies {
21
21
compileOnly(" com.github.SkriptLang:Skript:2.9.5" )
22
22
compileOnly(" net.skinsrestorer:skinsrestorer-api:15.4.4" )
23
23
compileOnly(" com.alessiodp.parties:parties-bukkit:3.2.16" )
24
- compileOnly(" com.nexomc:nexo:0.1.0-dev.73 " )
24
+ compileOnly(" com.nexomc:nexo:0.2.0 " )
25
25
compileOnly(" io.th0rgal:oraxen:1.185.0" )
26
26
}
27
27
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ fabricModJson {
52
52
serverEntrypoint(" kr.toxicity.hud.bootstrap.fabric.FabricBootstrapImpl" )
53
53
)
54
54
depends = mapOf (
55
- " fabricloader" to listOf (" >= ${project.properties[ " loader_version " ]} " ),
55
+ " fabricloader" to listOf (" * " ),
56
56
" minecraft" to listOf (" ~${project.properties[" minecraft_version" ]} " ),
57
57
" java" to listOf (" >=21" ),
58
58
" fabric-api" to listOf (" *" ),
Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ buildscript {
14
14
15
15
plugins {
16
16
`java- library`
17
- kotlin(" jvm" ) version " 2.0.21 "
17
+ kotlin(" jvm" ) version " 2.1.0 "
18
18
id(" io.github.goooler.shadow" ) version " 8.1.8"
19
19
id(" io.papermc.paperweight.userdev" ) version " 1.7.4" apply false
20
20
id(" xyz.jpenilla.run-paper" ) version " 2.3.1"
21
21
id(" org.jetbrains.dokka" ) version " 2.0.0-Beta"
22
22
id(" io.papermc.hangar-publish-plugin" ) version " 0.1.2"
23
- id(" fabric-loom" ) version " 1.8 -SNAPSHOT" apply false
23
+ id(" fabric-loom" ) version " 1.9 -SNAPSHOT" apply false
24
24
id(" com.modrinth.minotaur" ) version " 2.+"
25
25
id(" com.github.ben-manes.versions" ) version " 0.51.0"
26
26
}
Original file line number Diff line number Diff line change @@ -117,6 +117,9 @@ test_text:
117
117
` ` ` yaml
118
118
disable-legacy-offset : false # If this is true, a correct pixel offset is provided.
119
119
` ` `
120
+ ## Change
121
+ - Now BetterHud uses BetterCommand 1.4
122
+ - Now BetterHud uses Kotlin 2.1.0
120
123
121
124
## Fix
122
125
- Fix placeholder comma.
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ velocityVersion=3.4
8
8
9
9
minecraft_version =1.21.3
10
10
yarn_mappings =1.21.3+build.2
11
- loader_version =0.16.7
11
+ loader_version =0.16.9
12
12
fabric_version =0.106.1+1.21.3
13
13
14
14
org.jetbrains.dokka.experimental.gradle.pluginMode =V2Enabled
You can’t perform that action at this time.
0 commit comments