update dependencies
parent
22507be8da
commit
d0283ed79e
|
@ -34,12 +34,11 @@ dependencies {
|
||||||
implementation ('org.zeroturnaround:zt-zip:1.13')
|
implementation ('org.zeroturnaround:zt-zip:1.13')
|
||||||
implementation ('com.google.code.gson:gson:2.8.5')
|
implementation ('com.google.code.gson:gson:2.8.5')
|
||||||
implementation ('com.google.guava:guava:27.0.1-jre')
|
implementation ('com.google.guava:guava:27.0.1-jre')
|
||||||
implementation ('net.fabricmc:stitch:0.1.1.39')
|
implementation ('net.fabricmc:stitch:0.1.1.40')
|
||||||
implementation ('net.fabricmc:tiny-remapper:0.1.0.22') {
|
implementation ('net.fabricmc:tiny-remapper:0.1.0.23') {
|
||||||
transitive = false
|
transitive = false
|
||||||
}
|
}
|
||||||
// implementation ('org.benf:cfr:0.136')
|
implementation ('org.jetbrains:intellij-fernflower:1.0.0.5')
|
||||||
implementation ('org.jetbrains:intellij-fernflower:1.0.0.2')
|
|
||||||
|
|
||||||
implementation ('net.fabricmc:sponge-mixin:0.7.11.14') {
|
implementation ('net.fabricmc:sponge-mixin:0.7.11.14') {
|
||||||
exclude module: 'launchwrapper'
|
exclude module: 'launchwrapper'
|
||||||
|
|
Loading…
Reference in New Issue