Skip to content

Commit

Permalink
fix dependencies
Browse files Browse the repository at this point in the history
oops

Signed-off-by: unilock <unilock@fennet.rentals>
  • Loading branch information
unilock committed Mar 1, 2025
1 parent f62f93f commit 2b502d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ dependencies {
include("com.neovisionaries:nv-websocket-client:2.14")
include("com.squareup.okhttp3:okhttp:4.12.0")
include("com.squareup.okio:okio-jvm:3.10.2")
include("net.sf.trove4j:trove4j:3.1.0")
include("net.sf.trove4j:trove4j:3.0.3")
include("org.apache.commons:commons-collections4:4.4")
include("org.jetbrains.kotlin:kotlin-stdlib:1.9.25")
include("org.slf4j:slf4j-api:2.0.13") // Use 2.0 instead of 1.0
}

Expand Down

0 comments on commit 2b502d4

Please sign in to comment.