mirror of
https://github.com/unmojang/authlib-injector.git
synced 2025-09-30 06:40:47 -04:00
update dependencies
This commit is contained in:
parent
2ea37b939c
commit
e0cfced29e
@ -1,6 +1,6 @@
|
|||||||
plugins {
|
plugins {
|
||||||
id 'com.github.johnrengelman.shadow' version '2.0.3'
|
id 'com.github.johnrengelman.shadow' version '2.0.4'
|
||||||
id 'com.palantir.git-version' version '0.10.1'
|
id 'com.palantir.git-version' version '0.11.0'
|
||||||
id 'java'
|
id 'java'
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -9,7 +9,7 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile 'org.ow2.asm:asm:6.1.1'
|
compile 'org.ow2.asm:asm:6.2'
|
||||||
compile 'org.nanohttpd:nanohttpd:2.3.1'
|
compile 'org.nanohttpd:nanohttpd:2.3.1'
|
||||||
testCompile 'junit:junit:4.12'
|
testCompile 'junit:junit:4.12'
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user