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 2c4b2ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ yarn_mappings=1.20.1+build.10
loader_version=0.16.10

# Mod Properties
mod_version=2.4.0
mod_version=2.4.1
maven_group=cc.unilock.nilcord
archives_base_name=nilcord

Expand Down

0 comments on commit 2c4b2ba

Please sign in to comment.