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 7, 2024
1 parent fea51ce commit 70b46fb
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.9.24"
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.16.0"

dependencies {
Expand Down

0 comments on commit 70b46fb

Please sign in to comment.