Merge pull request #3132 from Gamer1120/patch-1
client: Remove unused h2 dependancy
This commit is contained in:
@@ -27,7 +27,7 @@ object ProjectVersions {
|
|||||||
const val launcherVersion = "2.2.0"
|
const val launcherVersion = "2.2.0"
|
||||||
const val rlVersion = "1.8.11"
|
const val rlVersion = "1.8.11"
|
||||||
|
|
||||||
const val openosrsVersion = "4.20.0"
|
const val openosrsVersion = "4.20.1"
|
||||||
|
|
||||||
const val rsversion = 203
|
const val rsversion = 203
|
||||||
const val cacheversion = 165
|
const val cacheversion = 165
|
||||||
|
|||||||
@@ -63,7 +63,6 @@ dependencies {
|
|||||||
exclude(group = "org.codehaus.mojo", module = "animal-sniffer-annotations")
|
exclude(group = "org.codehaus.mojo", module = "animal-sniffer-annotations")
|
||||||
}
|
}
|
||||||
implementation(group = "com.google.inject", name = "guice", version = "5.0.1")
|
implementation(group = "com.google.inject", name = "guice", version = "5.0.1")
|
||||||
implementation(group = "com.h2database", name = "h2", version = "1.4.200")
|
|
||||||
implementation(group = "com.jakewharton.rxrelay3", name = "rxrelay", version = "3.0.1")
|
implementation(group = "com.jakewharton.rxrelay3", name = "rxrelay", version = "3.0.1")
|
||||||
implementation(group = "com.squareup.okhttp3", name = "okhttp", version = "4.9.1")
|
implementation(group = "com.squareup.okhttp3", name = "okhttp", version = "4.9.1")
|
||||||
implementation(group = "io.reactivex.rxjava3", name = "rxjava", version = "3.1.2")
|
implementation(group = "io.reactivex.rxjava3", name = "rxjava", version = "3.1.2")
|
||||||
|
|||||||
Reference in New Issue
Block a user