Skip to content

Commit

Permalink
chore(deps): update kotlin to version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospereira authored and mergify[bot] committed Jul 2, 2024
1 parent c217090 commit 9e9ea1f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ import com.lordcodes.turtle.shellRun
import java.lang.System.getenv

plugins {
kotlin("jvm") version "1.9.24"
kotlin("plugin.allopen") version "1.9.24"
kotlin("plugin.serialization") version "1.9.24"
id("com.google.devtools.ksp") version "1.9.24-1.0.20"
kotlin("jvm") version "2.0.0"
kotlin("plugin.allopen") version "2.0.0"
kotlin("plugin.serialization") version "2.0.0"
id("com.google.devtools.ksp") version "2.0.0-1.0.22"
id("com.github.johnrengelman.shadow") version "8.1.1"
id("io.micronaut.application") version "4.4.0"
id("gg.jte.gradle") version "3.1.12"
Expand Down

0 comments on commit 9e9ea1f

Please sign in to comment.