mirror of
https://github.com/yushijinhun/authlib-injector.git
synced 2024-11-15 06:11:09 +01:00
更新依赖
This commit is contained in:
parent
85228f3899
commit
56f8d62d30
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
plugins {
|
||||
id 'com.github.johnrengelman.shadow' version '2.0.2'
|
||||
id 'com.github.johnrengelman.shadow' version '2.0.3'
|
||||
id 'com.palantir.git-version' version '0.10.1'
|
||||
id 'java'
|
||||
}
|
||||
|
@ -9,7 +9,7 @@ repositories {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
compile 'org.ow2.asm:asm:6.0'
|
||||
compile 'org.ow2.asm:asm:6.1.1'
|
||||
compile 'org.nanohttpd:nanohttpd:2.3.1'
|
||||
testCompile 'junit:junit:4.12'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue