Skip to content

Commit

Permalink
Kotlin to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyunk3l committed Dec 1, 2021
1 parent be0ce7d commit 54d6864
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ dependencies {
implementation("org.springframework.boot:spring-boot-starter-webflux:2.5.6")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.13.0")
implementation("io.projectreactor.kotlin:reactor-kotlin-extensions:1.1.5")
implementation("org.jetbrains.kotlin:kotlin-reflect")
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
implementation("org.jetbrains.kotlin:kotlin-reflect:1.6.0")
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-reactor:1.5.2-native-mt")
implementation("io.arrow-kt:arrow-core:1.0.1")

Expand Down

0 comments on commit 54d6864

Please sign in to comment.