mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2024-11-04 01:49:31 +01:00
parent
c698587d53
commit
445429b510
@ -48,7 +48,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.kyori</groupId>
|
<groupId>net.kyori</groupId>
|
||||||
<artifactId>text</artifactId>
|
<artifactId>text</artifactId>
|
||||||
<version>1.11-1.6.1</version>
|
<version>1.11-1.6.2</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
<exclusions>
|
<exclusions>
|
||||||
<exclusion>
|
<exclusion>
|
||||||
|
@ -44,14 +44,14 @@ public enum Dependency {
|
|||||||
ASM(
|
ASM(
|
||||||
"org.ow2.asm",
|
"org.ow2.asm",
|
||||||
"asm",
|
"asm",
|
||||||
"6.2",
|
"6.2.1",
|
||||||
"kXvaiIvFQxhzJdX7wQNCB+7RUldO943xc0ygruQLf8g="
|
"FGDbbDPMmchOXLMORrAX5NHMmn+8F0EB1vhIKbtkwIU="
|
||||||
),
|
),
|
||||||
ASM_COMMONS(
|
ASM_COMMONS(
|
||||||
"org.ow2.asm",
|
"org.ow2.asm",
|
||||||
"asm-commons",
|
"asm-commons",
|
||||||
"6.2",
|
"6.2.1",
|
||||||
"FVRZE9sGyYeqQE8CjjNQHZ8n+M7WEvc3J+NUesTeh4w="
|
"P1eNMe8w+UttH0SBL0H+T5inzUKvNTNfXUhmqzuQGGU="
|
||||||
),
|
),
|
||||||
JAR_RELOCATOR(
|
JAR_RELOCATOR(
|
||||||
"me.lucko",
|
"me.lucko",
|
||||||
@ -63,8 +63,8 @@ public enum Dependency {
|
|||||||
TEXT(
|
TEXT(
|
||||||
"net{}kyori",
|
"net{}kyori",
|
||||||
"text",
|
"text",
|
||||||
"1.11-1.6.1",
|
"1.11-1.6.2",
|
||||||
"uJC1/KZz/98KdOfAYjBEAR4jLGS0SOY03wUrDLTj3sg=",
|
"08EGxwOXOdnxvlEZxtGWr3335b/7RIAGd6iHxp0KysQ=",
|
||||||
Relocation.of("text", "net{}kyori{}text")
|
Relocation.of("text", "net{}kyori{}text")
|
||||||
),
|
),
|
||||||
EVENT(
|
EVENT(
|
||||||
|
Loading…
Reference in New Issue
Block a user