Skip to content

Commit

Permalink
Dependency bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Nov 17, 2024
1 parent 2def21d commit ed3760e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 35 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
}

group = "dev.schlaubi.lavakord"
version = "8.0.0"
version = "8.1.0"

allprojects {
repositories {
Expand Down
13 changes: 0 additions & 13 deletions buildSrc/src/main/kotlin/Git.kt

This file was deleted.

16 changes: 0 additions & 16 deletions buildSrc/src/main/kotlin/Projects.kt

This file was deleted.

2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
8 changes: 4 additions & 4 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dependencyResolutionManagement {
library("kotlinx-nodejs", "org.jetbrains.kotlin-wrappers", "kotlin-node").version("22.5.4-pre.820")

library("lavalink-protocol", "dev.arbjerg.lavalink", "protocol").version("4.0.8")
library("lyrics-protocol", "dev.schlaubi.lyrics", "protocol").version("2.5.0")
library("lyrics-protocol", "dev.schlaubi.lyrics", "protocol").version("2.6.1")
library(
"lavasearch-protocol",
"com.github.topi314.lavasearch",
Expand All @@ -64,7 +64,7 @@ dependencyResolutionManagement {
"protocol"
).version("4.3.0")

library("kotlinpoet", "com.squareup", "kotlinpoet-ksp").version("1.18.1")
library("kotlinpoet", "com.squareup", "kotlinpoet-ksp").version("2.0.0")

library("codegen", "dev.kord.codegen", "kotlinpoet").versionRef(codegen)
library("codegen-ksp", "dev.kord.codegen", "ksp").versionRef(codegen)
Expand All @@ -86,7 +86,7 @@ fun VersionCatalogBuilder.kotlinx() {
}

fun VersionCatalogBuilder.ktor() {
val ktor = version("ktor", "3.0.0")
val ktor = version("ktor", "3.0.1")
library("ktor-io", "io.ktor", "ktor-io").versionRef(ktor)
library("ktor-utils", "io.ktor", "ktor-utils").versionRef(ktor)
library("ktor-client-websockets", "io.ktor", "ktor-client-websockets").versionRef(ktor)
Expand All @@ -101,7 +101,7 @@ fun VersionCatalogBuilder.ktor() {
}

fun VersionCatalogBuilder.ksp() {
val ksp = version("ksp", "2.0.21-1.0.26")
val ksp = version("ksp", "2.0.21-1.0.28")
library("ksp-api", "com.google.devtools.ksp", "symbol-processing-api").versionRef(ksp)
plugin("ksp", "com.google.devtools.ksp").versionRef(ksp)
plugin("gradle-tools", "dev.kord.gradle-tools").version("1.7.1")
Expand Down

0 comments on commit ed3760e

Please sign in to comment.