Skip to content

Commit dcf63a7

Browse files
committed
Build with 26.1.1
1 parent a87c452 commit dcf63a7

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ ansi = "1.1.1"
88
autoService = "1.1.1"
99
checkstyle = "13.0.0"
1010
examination = "1.3.0"
11-
fabricApi = "0.143.15+26.1"
12-
fabricLoader = "0.18.4"
11+
fabricApi = "0.145.3+26.1.1"
12+
fabricLoader = "0.18.6"
1313
indra = "4.0.0"
1414
mod-publish-plugin = "1.1.0"
1515
junit = "6.0.3"
16-
minecraft = "26.1-rc-2"
16+
minecraft = "26.1.1"
1717
vineflower = "1.11.2"
1818
spotless = "8.3.0"
19-
neoforge = "26.1.0.0-alpha.15+pre-3"
20-
neoform = "26.1-rc-2-1"
19+
neoforge = "26.1.1.1-beta"
20+
neoform = "26.1.1-1"
2121

2222
[libraries]
2323
adventure-api = { module = "net.kyori:adventure-api", version.ref = "adventure" }

settings.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pluginManagement {
2626
plugins {
2727
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
2828
id("net.fabricmc.fabric-loom-repositories") version "1.15.5"
29-
id("net.neoforged.moddev.repositories") version "2.0.140"
29+
id("net.neoforged.moddev.repositories") version "2.0.141"
3030
}
3131

3232
rootProject.name = "adventure-platform-mod-parent"
@@ -49,7 +49,7 @@ dependencyResolutionManagement {
4949

5050
versionCatalogs {
5151
create("fabricApiLibs") {
52-
from("net.fabricmc.fabric-api:fabric-api-catalog:0.143.14+26.1")
52+
from("net.fabricmc.fabric-api:fabric-api-catalog:0.145.3+26.1.1")
5353
}
5454
}
5555
}

0 commit comments

Comments
 (0)