diff --git a/build.gradle b/build.gradle index 6e52a1b..89084af 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ dependencies { // Fabric API. This is technically optional, but you probably want it anyway. modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}" - modImplementation include("eu.pb4:polymer:0.2.0-beta.37+1.18.2") + modImplementation include("eu.pb4:polymer:0.2.0-beta.38+1.18.2") modImplementation include("fr.catcore:server-translations-api:1.4.10+1.18.2") }