Skip to content

Commit

Permalink
Update JDA and Kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
zachbr committed Sep 23, 2024
1 parent 6533ba5 commit ac35207
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import org.gradle.api.JavaVersion
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
kotlin("jvm") version "2.0.0"
kotlin("jvm") version "2.0.20"

id("org.cadixdev.licenser") version "0.6.1"
id("com.github.johnrengelman.shadow") version "8.1.1"
Expand All @@ -24,7 +24,7 @@ repositories {
dependencies {
implementation("org.kitteh.irc:client-lib:9.0.0")
implementation("club.minnced:discord-webhooks:0.8.4")
implementation("net.dv8tion:JDA:5.0.2") {
implementation("net.dv8tion:JDA:5.1.1") {
exclude(module = "opus-java")
}

Expand Down

0 comments on commit ac35207

Please sign in to comment.