Update text & asm dependencies (fixes #1142)

Updates for:
6a7fda4e80
This commit is contained in:
Luck 2018-08-10 00:09:34 +01:00
parent c698587d53
commit 445429b510
No known key found for this signature in database
GPG Key ID: EFA9B3EC5FD90F8B
2 changed files with 7 additions and 7 deletions

View File

@ -48,7 +48,7 @@
<dependency>
<groupId>net.kyori</groupId>
<artifactId>text</artifactId>
<version>1.11-1.6.1</version>
<version>1.11-1.6.2</version>
<scope>compile</scope>
<exclusions>
<exclusion>

View File

@ -44,14 +44,14 @@ public enum Dependency {
ASM(
"org.ow2.asm",
"asm",
"6.2",
"kXvaiIvFQxhzJdX7wQNCB+7RUldO943xc0ygruQLf8g="
"6.2.1",
"FGDbbDPMmchOXLMORrAX5NHMmn+8F0EB1vhIKbtkwIU="
),
ASM_COMMONS(
"org.ow2.asm",
"asm-commons",
"6.2",
"FVRZE9sGyYeqQE8CjjNQHZ8n+M7WEvc3J+NUesTeh4w="
"6.2.1",
"P1eNMe8w+UttH0SBL0H+T5inzUKvNTNfXUhmqzuQGGU="
),
JAR_RELOCATOR(
"me.lucko",
@ -63,8 +63,8 @@ public enum Dependency {
TEXT(
"net{}kyori",
"text",
"1.11-1.6.1",
"uJC1/KZz/98KdOfAYjBEAR4jLGS0SOY03wUrDLTj3sg=",
"1.11-1.6.2",
"08EGxwOXOdnxvlEZxtGWr3335b/7RIAGd6iHxp0KysQ=",
Relocation.of("text", "net{}kyori{}text")
),
EVENT(