Skip to content

Commit

Permalink
Downgrade to Kotlin 1.9.0 due to incompatibility with Detekt detekt/d…
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyunk3l committed Sep 9, 2023
1 parent def8a5c commit 1f4192b
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 @@ -4,8 +4,8 @@ plugins {
id("org.springframework.boot") version "3.1.3"
id("io.spring.dependency-management") version "1.1.3"
id("io.gitlab.arturbosch.detekt") version "1.23.1"
kotlin("jvm") version "1.9.10"
kotlin("plugin.spring") version "1.9.10"
kotlin("jvm") version "1.9.0"
kotlin("plugin.spring") version "1.9.0"
}

group = "{{ group_name }}"
Expand Down

0 comments on commit 1f4192b

Please sign in to comment.