bump mapper depends

This commit is contained in:
Simon Gardling 2021-05-07 20:45:34 -04:00
parent 996f4455af
commit cab939366b

View File

@ -13,13 +13,13 @@ repositories {
dependencies {
// This dependency is used by the application.
implementation 'com.google.guava:guava:29.0-jre'
implementation 'com.google.guava:guava:30.1.1-jre'
// srg management
implementation 'org.cadixdev:lorenz:0.5.3'
implementation 'org.cadixdev:lorenz:0.5.7'
// source code remapping
implementation 'org.cadixdev:mercury:0.1.0.fabric-SNAPSHOT'
implementation 'org.cadixdev:mercury:0.1.1.fabric-SNAPSHOT'
}
application {