Skip to content

Commit

Permalink
Fix build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Nov 4, 2024
1 parent 2f5a304 commit 344df0d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/kubernetes/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {
implementation(libs.kubernetes.client)
implementation(libs.kotlin.jsonpatch)
implementation(libs.bucket4j)

implementation(libs.lettuce.core)

testImplementation(kotlin("test-junit5"))
testImplementation(projects.api)
Expand Down
2 changes: 2 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ bucket4j = { group = "com.bucket4j", name = "bucket4j_jdk17-lettuce", version =
kordex-gradle-plugin = { group = "dev.kordex.gradle.plugins", name = "kordex", version.ref = "kordex-plugin" }
gradle-license-report = { group = "com.github.jk1", name = "gradle-license-report", version = "2.9" }

lettuce-core = { group = "io.lettuce", name = "lettuce-core", version = "6.5.0.RELEASE" }

[plugins]
kotlinx-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
kotlinx-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
Expand Down
2 changes: 1 addition & 1 deletion music/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
subprojects {
version = "3.12.2-SNAPSHOT"
version = "4.0.0-SNAPSHOT"
}

0 comments on commit 344df0d

Please sign in to comment.