Skip to content

Commit

Permalink
fix(deps): update kotlin monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 28, 2023
1 parent 4e015bd commit bb6717e
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
@@ -1,7 +1,7 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

buildscript {
val kotlinVersion = "1.2.0"
val kotlinVersion = "1.8.21"
val springBootVersion = "2.0.0.M7"
repositories {
mavenCentral()
Expand Down Expand Up @@ -34,7 +34,7 @@ repositories {
maven { url = uri("https://repo.spring.io/milestone") }
}

val kotlinVersion = "1.2.0"
val kotlinVersion = "1.2.71"
val uPortalVersion = "5.0.4"

dependencies {
Expand Down

0 comments on commit bb6717e

Please sign in to comment.