Skip to content

Commit

Permalink
chore: Update to 1.21.1, and other deps
Browse files Browse the repository at this point in the history
  • Loading branch information
RawDiamondMC authored Nov 15, 2024
1 parent 66043e4 commit 42b15bf
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
[versions]
mod = "0.1.0"
minecraft = "1.21"
yarn = "1.21+build.9"
minecraft = "1.21.1"
yarn = "1.21.1+build.3"
yarn-patch-neoforge = "1.21+build.4"

# Loaders
neo = "21.0.167"
fabric-loader = "0.16.7"
neo = "21.1.77"
fabric-loader = "0.16.9"

# Mods
fabric-api = "0.102.0+1.21"
fabric-api = "0.108.0+1.21.1"

# Plugin version
loom = "1.7-SNAPSHOT"
architectury = "3.4-SNAPSHOT"
shadow = "8.3.2"
spotless = "7.0.0.BETA2"
idea-ext = "1.1.8"
shadow = "8.3.5"
spotless = "7.0.0.BETA4"
idea-ext = "1.1.9"

# Config libraries
night-config = "3.8.1"
aj4j = "1.7.2"
aj4j = "1.7.3"

[libraries]
minecraft = { group = "com.mojang", name = "minecraft", version.ref = "minecraft" }
Expand All @@ -40,8 +40,7 @@ night-config-toml = { group = "com.electronwill.night-config", name = "toml", ve
night-config-yaml = { group = "com.electronwill.night-config", name = "yaml", version.ref = "night-config" }
night-config-hocon = { group = "com.electronwill.night-config", name = "hocon", version.ref = "night-config" }

# aj4j = { group = "club.someoneice.json", name = "amarok-json-for-java", version.ref = "aj4j" }
aj4j = { group = "com.github.AmarokIce", name = "AmarokJsonForJava", version.ref = "aj4j" }
aj4j = { group = "club.someoneice.json", name = "amarok-json-for-java", version.ref = "aj4j" }

[plugins]
loom = { id = "dev.architectury.loom", version.ref = "loom" }
Expand All @@ -51,4 +50,4 @@ spotless = { id = "com.diffplug.spotless", version.ref = "spotless" }
idea-ext = { id = "org.jetbrains.gradle.plugin.idea-ext", version.ref = "idea-ext" }

[bundles]
night-config = ["night-config-core", "night-config-toml", "night-config-yaml", "night-config-hocon"]
night-config = ["night-config-core", "night-config-toml", "night-config-yaml", "night-config-hocon"]

0 comments on commit 42b15bf

Please sign in to comment.