fix Gradle script

This commit is contained in:
asie 2018-11-04 10:45:10 +01:00
parent 9306db9f1b
commit 32191d899a
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ buildscript {
}
}
dependencies {
classpath "net.fabricmc:weave:+"
classpath "net.fabricmc:weave:0.1.0.+"
classpath "commons-io:commons-io:1.4"
classpath "com.google.guava:guava:19.0"
}