Skip to content

Commit

Permalink
DGS codegen 6.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
ychescale9 committed Dec 16, 2023
1 parent 874ef8c commit 6f33fc2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Empty file.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ plugins {
alias(libs.plugins.detekt)
}

group = "io.github.reactivecircus.kstreamlined.backend"
version = "0.0.1-SNAPSHOT"

dependencyManagement {
imports {
mavenBom(libs.dgs.bom.get().toString())
}
}

group = "io.github.reactivecircus.kstreamlined.backend"
version = "0.0.1-SNAPSHOT"

tasks.withType<GenerateJavaTask>().configureEach {
packageName = "io.github.reactivecircus.kstreamlined.backend.schema.generated"
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ spring-dependencyManagement = "1.1.4"
jib = "3.4.0"
ktor = "2.3.7"
dgsBom = "8.2.0"
dgsCodegen = "6.1.0"
dgsCodegen = "6.1.1"
detekt = "1.23.4"
apacheCommonsText = "1.11.0"
apacheCommonsLang3 = "3.14.0"
Expand Down

0 comments on commit 6f33fc2

Please sign in to comment.