dependencies: Match RL dependencies
This commit is contained in:
@@ -14,7 +14,6 @@
|
||||
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
||||
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
||||
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
|
||||
* ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
||||
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
||||
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
||||
@@ -26,9 +25,9 @@
|
||||
description = "RuneLite Mixins"
|
||||
|
||||
dependencies {
|
||||
compileOnly(group = "com.google.guava", name = "guava", version = "30.0-jre")
|
||||
compileOnly(group = "com.google.guava", name = "guava", version = "23.2-jre")
|
||||
compileOnly(group = "javax.inject", name = "javax.inject", version = "1")
|
||||
compileOnly(group = "org.slf4j", name = "slf4j-api", version = "1.7.30")
|
||||
compileOnly(group = "org.slf4j", name = "slf4j-api", version = "1.7.12")
|
||||
compileOnly(group = "commons-io", name = "commons-io", version = "2.8.0")
|
||||
compileOnly(project(":injection-annotations"))
|
||||
compileOnly(project(":runescape-api"))
|
||||
|
||||
Reference in New Issue
Block a user