Skip to content

Commit

Permalink
Bump kord
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed May 13, 2023
1 parent b3f75b5 commit a53fb77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = "dev.schlaubi.lavakord"
version = "4.0.0"
version = "4.0.1"

allprojects {
repositories {
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencyResolutionManagement {
create("libs") {
kotlinx()
ktor()
library("kord-core", "dev.kord", "kord-core").version("feature-mpp-SNAPSHOT")
library("kord-core", "dev.kord", "kord-core").version("0.9.x-SNAPSHOT")
library("junit-jupiter-engine", "org.junit.jupiter", "junit-jupiter-engine").version("5.9.2")
library("kotlinlogging", "io.github.microutils", "kotlin-logging").version("3.0.5")
library("sl4fj-simple", "org.slf4j", "slf4j-simple").version("2.0.6")
Expand Down

0 comments on commit a53fb77

Please sign in to comment.