Skip to content

Commit

Permalink
Update JDA
Browse files Browse the repository at this point in the history
  • Loading branch information
MinnDevelopment committed Nov 28, 2022
1 parent 863470e commit 17eb77a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

[![Kotlin](https://img.shields.io/badge/kotlin-1.6.21-blue.svg?logo=kotlin)](http://kotlinlang.org)
[![kotlinx-coroutines](https://img.shields.io/badge/kotlinx.coroutines-1.6.1-blue.svg?logo=kotlin)][2]
[![JDA](https://img.shields.io/badge/JDA-5.0.0--alpha.22-blue.svg)][1]
[![JDA](https://img.shields.io/badge/JDA-5.0.0--beta.1-blue.svg)][1]
[![docs](https://img.shields.io/github/deployments/minndevelopment/jda-ktx/github-pages?label=docs)][8]

# jda-ktx
Expand All @@ -23,7 +23,7 @@ Great in combination with [kotlinx-coroutines][2] and [jda-reactor][3].

- Kotlin **1.6.21**
- kotlinx.coroutines **1.6.1**
- JDA **5.0.0-alpha.22**
- JDA **5.0.0-beta.1**

## Examples

Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ plugins {
}

group = "dev.minn"
version = "0.9.6-alpha.22"
version = "0.10.0-beta.1"

configure<JavaPluginExtension> {
sourceCompatibility = JavaVersion.VERSION_1_8
Expand Down Expand Up @@ -47,7 +47,7 @@ repositories {
}

dependencies {
compileOnly("net.dv8tion:JDA:5.0.0-alpha.22")
compileOnly("net.dv8tion:JDA:5.0.0-beta.1")
// compileOnly("com.github.dv8fromtheworld:JDA:8571e62")
compileOnly("ch.qos.logback:logback-classic:1.2.10")
compileOnly("club.minnced:discord-webhooks:0.7.5")
Expand Down

0 comments on commit 17eb77a

Please sign in to comment.