project: Update gradle dependencies

This commit is contained in:
OpenOSRS
2020-08-01 00:03:56 +00:00
parent 6083ed9179
commit 0d84967b88
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ dependencies {
implementation(group = "com.google.code.gson", name = "gson", version = "2.8.6")
implementation(group = "com.google.guava", name = "guava", version = "29.0-jre")
implementation(group = "com.squareup.okhttp3", name = "okhttp", version = "4.8.0")
implementation(group = "io.reactivex.rxjava3", name = "rxjava", version = "3.0.4")
implementation(group = "io.reactivex.rxjava3", name = "rxjava", version = "3.0.5")
implementation(group = "org.apache.commons", name = "commons-csv", version = "1.8")
implementation(group = "org.slf4j", name = "slf4j-api", version = "1.7.30")
implementation(project(":runelite-api"))