Skip to content

Commit 4777e45

Browse files
committed
Bump
1 parent 2c8cddf commit 4777e45

File tree

6 files changed

+13
-10
lines changed

6 files changed

+13
-10
lines changed

api/build.gradle.kts

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ subprojects {
1515
apply(plugin = "signing")
1616

1717
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")
2020

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")
2323
}
2424

2525
java {

bootstrap/bukkit/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repositories {
55
maven("https://repo.alessiodp.com/releases/") //Parties
66
maven("https://repo.extendedclip.com/content/repositories/placeholderapi/") //PlaceholderAPI
77
maven("https://mvn.lumine.io/repository/maven/") //MythicMobs
8-
maven("https://repo.nexomc.com/snapshots/") //Nexo
8+
maven("https://repo.nexomc.com/releases/") //Nexo
99
maven("https://repo.oraxen.com/releases") //Oraxen
1010
}
1111

@@ -21,7 +21,7 @@ dependencies {
2121
compileOnly("com.github.SkriptLang:Skript:2.9.5")
2222
compileOnly("net.skinsrestorer:skinsrestorer-api:15.4.4")
2323
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")
2525
compileOnly("io.th0rgal:oraxen:1.185.0")
2626
}
2727

bootstrap/fabric/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ fabricModJson {
5252
serverEntrypoint("kr.toxicity.hud.bootstrap.fabric.FabricBootstrapImpl")
5353
)
5454
depends = mapOf(
55-
"fabricloader" to listOf(">=${project.properties["loader_version"]}"),
55+
"fabricloader" to listOf("*"),
5656
"minecraft" to listOf("~${project.properties["minecraft_version"]}"),
5757
"java" to listOf(">=21"),
5858
"fabric-api" to listOf("*"),

build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ buildscript {
1414

1515
plugins {
1616
`java-library`
17-
kotlin("jvm") version "2.0.21"
17+
kotlin("jvm") version "2.1.0"
1818
id("io.github.goooler.shadow") version "8.1.8"
1919
id("io.papermc.paperweight.userdev") version "1.7.4" apply false
2020
id("xyz.jpenilla.run-paper") version "2.3.1"
2121
id("org.jetbrains.dokka") version "2.0.0-Beta"
2222
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
2424
id("com.modrinth.minotaur") version "2.+"
2525
id("com.github.ben-manes.versions") version "0.51.0"
2626
}

changelog/1.10.md

+3
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,9 @@ test_text:
117117
```yaml
118118
disable-legacy-offset: false #If this is true, a correct pixel offset is provided.
119119
```
120+
## Change
121+
- Now BetterHud uses BetterCommand 1.4
122+
- Now BetterHud uses Kotlin 2.1.0
120123
121124
## Fix
122125
- Fix placeholder comma.

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ velocityVersion=3.4
88

99
minecraft_version=1.21.3
1010
yarn_mappings=1.21.3+build.2
11-
loader_version=0.16.7
11+
loader_version=0.16.9
1212
fabric_version=0.106.1+1.21.3
1313

1414
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled

0 commit comments

Comments
 (0)