Skip to content

Commit

Permalink
Update lyrics-kt
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Dec 21, 2023
1 parent be4c935 commit 7d938bb
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 @@ -10,7 +10,7 @@ plugins {
}

group = "dev.schlaubi.lavakord"
version = "6.1.1"
version = "6.1.2"

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 @@ -57,7 +57,7 @@ dependencyResolutionManagement {
library("kotlinx-nodejs", "org.jetbrains.kotlin-wrappers", "kotlin-node").version("18.16.12-pre.594")

library("lavalink-protocol", "dev.arbjerg.lavalink", "protocol").version("4.0.0")
library("lyrics-protocol", "dev.schlaubi.lyrics", "protocol").version("2.0.0")
library("lyrics-protocol", "dev.schlaubi.lyrics", "protocol").version("2.1.0")
library(
"lavasearch-protocol",
"com.github.topi314.lavasearch",
Expand Down

0 comments on commit 7d938bb

Please sign in to comment.