Skip to content

Commit b41c3b1

Browse files
committed
build: update takenaka to 26.1.1
1 parent cf2efba commit b41c3b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ placeholderapi = "2.11.5"
2020

2121
# takenka
2222
takenaka = "1.2.1-SNAPSHOT"
23-
mappings = "1.8.8+26.1"
23+
mappings = "1.8.8+26.1.1"
2424

2525
# gradle plugins
2626
screaming-plugin-builder = "2.0.1"

nms/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies {
1212
accessors {
1313
// uncomment this and remove the mappingBundle dependency,
1414
// if you want to develop against custom versions
15-
/*versionRange("1.8.8", "26.1") {
15+
/*versionRange("1.8.8", "26.1.1") {
1616
// exclude 1.20, 1.20.3, 1.20.5 and 1.21.2 - hotfixed versions
1717
// exclude 1.16 and 1.10.1, they don't have most mappings and are basically not used at all
1818
// exclude 1.8.9, client-only update - no Spigot mappings, no thank you

0 commit comments

Comments
 (0)