Merge pull request #2541 from Owain94/depupdate-0105

This commit is contained in:
Owain van Brakel
2020-05-01 11:16:15 +02:00
committed by GitHub
9 changed files with 23 additions and 23 deletions

View File

@@ -26,7 +26,7 @@
description = "RuneLite Mixins"
dependencies {
compileOnly(group = "com.google.guava", name = "guava", version = "28.2-jre")
compileOnly(group = "com.google.guava", name = "guava", version = "29.0-jre")
compileOnly(group = "javax.inject", name = "javax.inject", version = "1")
compileOnly(group = "org.slf4j", name = "slf4j-api", version = "1.7.30")
compileOnly(project(":injection-annotations"))