Skip to content

Commit

Permalink
Upgrade sb
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyunk3l committed Dec 21, 2024
1 parent 78283c6 commit bfd3131
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions shopping/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
implementation("io.projectreactor.kotlin:reactor-kotlin-extensions:1.2.3")
implementation("org.apache.kafka:kafka-streams:3.9.0")
implementation("io.arrow-kt:arrow-core:2.0.0")
implementation("org.flywaydb:flyway-core")
implementation("org.flywaydb:flyway-database-postgresql:11.1.0")
implementation("org.jetbrains.kotlin:kotlin-reflect:2.1.0")
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-reactor:1.9.0")
Expand Down Expand Up @@ -61,5 +61,3 @@ tasks.withType<KotlinCompile> {
tasks.withType<Test> {
useJUnitPlatform()
}

extra["kotlin-coroutines.version"] = "1.6.0"
3 changes: 2 additions & 1 deletion warehouse/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ dependencies {
implementation("io.projectreactor.kotlin:reactor-kotlin-extensions:1.2.3")
implementation("org.apache.kafka:kafka-streams:3.9.0")
implementation("io.arrow-kt:arrow-core:2.0.0")
implementation("org.flywaydb:flyway-core")
implementation("org.flywaydb:flyway-core:11.1.0")
implementation("org.flywaydb:flyway-database-postgresql:11.1.0")
implementation("org.jetbrains.kotlin:kotlin-reflect:2.1.0")
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-reactor:1.9.0")
Expand Down

0 comments on commit bfd3131

Please sign in to comment.