Skip to content

Commit

Permalink
Update Kotlin and JDA
Browse files Browse the repository at this point in the history
  • Loading branch information
zachbr committed Nov 25, 2023
1 parent fa47b45 commit dedeb8c
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 "1.9.10"
kotlin("jvm") version "1.9.21"

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:8.0.0")
implementation("club.minnced:discord-webhooks:0.8.4")
implementation("net.dv8tion:JDA:5.0.0-beta.13") {
implementation("net.dv8tion:JDA:5.0.0-beta.18") {
exclude(module = "opus-java")
}

Expand Down

0 comments on commit dedeb8c

Please sign in to comment.