Skip to content

Commit

Permalink
Fix build & version
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Sep 3, 2024
1 parent 8e0f714 commit 5ceddbb
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 @@ -12,7 +12,7 @@ plugins {
}

group = "dev.schlaubi.lavakord"
version = "6.4.0"
version = "7.1.0"

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 @@ -104,5 +104,5 @@ fun VersionCatalogBuilder.ksp() {
val ksp = version("ksp", "2.0.20-1.0.24")
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.6.2")
plugin("gradle-tools", "dev.kord.gradle-tools").version("1.6.3")
}

0 comments on commit 5ceddbb

Please sign in to comment.