Skip to content

Commit

Permalink
Downgrade geantyref to 1.3.16
Browse files Browse the repository at this point in the history
  • Loading branch information
Ale32bit committed Dec 15, 2024
1 parent 0a60672 commit 4af961a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies {
include implementation("org.spongepowered:configurate-hocon:${project.configurate_version}")
include implementation("org.spongepowered:configurate-gson:${project.configurate_version}")
include "com.typesafe:config:1.4.3"
include "io.leangen.geantyref:geantyref:2.0.0"
include "io.leangen.geantyref:geantyref:1.3.16"

include modImplementation("me.lucko:fabric-permissions-api:${project.permissions_api_version}")

Expand Down

0 comments on commit 4af961a

Please sign in to comment.