Skip to content

Commit 70cd655

Browse files
dependency: Update fabricmc (#560)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c3f4b21 commit 70cd655

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

buildSrc/src/main/kotlin/Versions.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ object Versions {
3333
// check these on https://fabricmc.net/develop
3434
const val FABRIC_YARN_MAPPINGS = "1.21.8+build.1"
3535
val FABRIC_MINECRAFT = FABRIC_YARN_MAPPINGS.substringBefore('+')
36-
const val FABRIC_LOADER = "0.17.0"
37-
const val FABRIC_COMMAND_API_V2 = "2.3.1+d176821535"
36+
const val FABRIC_LOADER = "0.17.2"
37+
const val FABRIC_COMMAND_API_V2 = "2.3.4+33df5e6e5d"
3838
const val FABRIC_COMMAND_API_V1 = "1.2.56+f71b366f73"
39-
const val FABRIC_LIFECYCLE_EVENTS_V1 = "2.6.4+d176821535"
39+
const val FABRIC_LIFECYCLE_EVENTS_V1 = "2.6.7+33df5e6e5d"
4040

4141
// TelegramBots
4242
const val TELEGRAM_BOTS = "9.0.0"

examples/fabric/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id("java")
3-
id("fabric-loom") version "1.11.4"
3+
id("fabric-loom") version "1.11.7"
44
}
55

66
java {
@@ -22,8 +22,8 @@ dependencies {
2222
mappings("net.fabricmc:yarn:$yarnVersion")
2323
minecraft("com.mojang:minecraft:$minecraftVersion")
2424

25-
modImplementation("net.fabricmc:fabric-loader:0.17.0")
26-
modImplementation("net.fabricmc.fabric-api:fabric-api:0.130.0+1.21.9")
25+
modImplementation("net.fabricmc:fabric-loader:0.17.2")
26+
modImplementation("net.fabricmc.fabric-api:fabric-api:0.133.0+1.21.9")
2727

2828
modLocalRuntime("maven.modrinth:fabric-permissions-api:0.4.0")
2929
modLocalRuntime("maven.modrinth:luckperms:5.4.36-forge")

litecommands-fabric/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
`litecommands-java-17`
33
`litecommands-repositories`
44
`litecommands-publish`
5-
id("fabric-loom") version "1.11.4"
5+
id("fabric-loom") version "1.11.7"
66
}
77

88
repositories {

0 commit comments

Comments
 (0)