diff --git a/client/neoforge-1.21/build.gradle b/client/neoforge-1.21/build.gradle index 14ce27c..ab953e3 100644 --- a/client/neoforge-1.21/build.gradle +++ b/client/neoforge-1.21/build.gradle @@ -160,7 +160,7 @@ dependencies { jarJar(group: "cclub.moddedminecraft.polychat.core.common", name: "common", version: "[2.0.2, 2.0.3)") jarJar(group: "club.moddedminecraft.polychat.client.clientbase", name: "client-base", version: "[2.0.2, 2.0.3)") jarJar(group: "com.google.protobuf", name: "protobuf-java", version: "[3.13, 3.14)") - jarJar(group: "org.yaml", name: "snakeyaml", version: "[2.0, 2.1)") + jarJar(group: "org.yaml", name: "snakeyaml", version: "[2.0,)") } @@ -230,4 +230,4 @@ jar { "Implementation-Timestamp": new Date().format("yyyy-MM-dd'T'HH:mm:ssZ") ]) } -} \ No newline at end of file +}