Skip to content

Commit

Permalink
Updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
LatvianModder committed Nov 18, 2024
1 parent 2e54a5a commit b6f0e72
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,13 @@ repositories {
}

dependencies {
implementation('net.dv8tion:JDA:5.0.0-beta.21')
compileOnly('dev.latvian.apps:ansi:1.0.0-build.4')
implementation('dev.latvian.apps:tiny-java-server:1.0.0-build.18')
implementation('net.dv8tion:JDA:5.2.1')
compileOnly('dev.latvian.apps:ansi:1.0.0-build.9')
implementation('dev.latvian.apps:tiny-java-server:1.0.0-build.21')
implementation('org.mongodb:mongodb-driver-sync:5.0.0')
// implementation('org.slf4j:slf4j-simple:2.0.5')
// implementation('com.google.guava:guava:31.1-jre') { exclude group: "com.google.code.findbugs" }
compileOnly('org.jetbrains:annotations:24.0.1')

testImplementation('dev.latvian.apps:ansi:1.0.0-build.4')
testImplementation('dev.latvian.apps:ansi:1.0.0-build.9')
testImplementation('org.junit.jupiter:junit-jupiter-api:5.10.0')
testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:5.10.0')
testImplementation('junit:junit:4.13.2')
Expand Down

0 comments on commit b6f0e72

Please sign in to comment.