Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
IotaBread committed Jul 4, 2023
1 parent 170d4e5 commit 4c2739a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[versions]
minecraft = "1.19.3"
quilt_mappings = "1.19.3+build.6"
fabric_loader = "0.14.12"
minecraft = "1.20.1"
quilt_mappings = "1.20.1+build.11"
fabric_loader = "0.14.21"

fabric_api = "0.69.1+1.19.3"
placeholder_api = "2.0.0-beta.7+1.19"
fabric_api = "0.85.0+1.20.1"
placeholder_api = "2.1.2+1.20.1"

[libraries]
minecraft = { module = "com.mojang:minecraft", version.ref = "minecraft" }
Expand All @@ -15,7 +15,7 @@ fabric_api = { module = "net.fabricmc.fabric-api:fabric-api", version.ref = "fab
placeholder_api = { module = "eu.pb4:placeholder-api", version.ref = "placeholder_api" }

[plugins]
fabric_loom = { id = "fabric-loom", version = "1.0-SNAPSHOT" }
minotaur = { id = "com.modrinth.minotaur", version = "2.5.0" }
fabric_loom = { id = "fabric-loom", version = "1.1-SNAPSHOT" }
minotaur = { id = "com.modrinth.minotaur", version = "2.8.1" }
cursegradle = { id = "com.matthewprenger.cursegradle", version = "1.4.0" }
loom_quiltflower = { id = "io.github.juuxel.loom-quiltflower", version = "1.8.+"}
loom_quiltflower = { id = "io.github.juuxel.loom-quiltflower", version = "1.10.0"}

0 comments on commit 4c2739a

Please sign in to comment.