Skip to content

Commit

Permalink
chore(deps): update kotlin / plugins to v2.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and mergify[bot] committed Aug 23, 2024
1 parent 7ea4fe4 commit dda05bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import com.lordcodes.turtle.shellRun
import java.lang.System.getenv

plugins {
kotlin("jvm") version "2.0.10"
kotlin("plugin.allopen") version "2.0.10"
kotlin("plugin.serialization") version "2.0.10"
kotlin("jvm") version "2.0.20"
kotlin("plugin.allopen") version "2.0.20"
kotlin("plugin.serialization") version "2.0.20"
id("com.google.devtools.ksp") version "2.0.10-1.0.24"
id("com.github.johnrengelman.shadow") version "8.1.1"
id("io.micronaut.application") version "4.4.2"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
micronautVersion=4.4.1
kotlinVersion=2.0.10
kotlinVersion=2.0.20
jteVersion=3.1.12

0 comments on commit dda05bf

Please sign in to comment.