dependencies: Match RL dependencies
This commit is contained in:
@@ -29,9 +29,9 @@ description = "RuneScape Client"
|
||||
dependencies {
|
||||
implementation(project(":injection-annotations"))
|
||||
|
||||
testImplementation(group = "junit", name = "junit", version = "4.13.1")
|
||||
testImplementation(group = "org.slf4j", name = "slf4j-api", version = "1.7.30")
|
||||
testImplementation(group = "org.slf4j", name = "slf4j-simple", version = "1.7.30")
|
||||
testImplementation(group = "junit", name = "junit", version = "4.12")
|
||||
testImplementation(group = "org.slf4j", name = "slf4j-api", version = "1.7.12")
|
||||
testImplementation(group = "org.slf4j", name = "slf4j-simple", version = "1.7.12")
|
||||
}
|
||||
|
||||
tasks {
|
||||
|
||||
Reference in New Issue
Block a user