Skip to content

Commit

Permalink
chore(deps): update kotlin / plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 2, 2024
1 parent 79ae7ae commit 7701dc6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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 "2.0.21"
kotlin("plugin.allopen") version "2.0.21"
kotlin("plugin.serialization") version "2.0.21"
id("com.google.devtools.ksp") version "2.0.21-1.0.28"
kotlin("jvm") version "2.1.0"
kotlin("plugin.allopen") version "2.1.0"
kotlin("plugin.serialization") version "2.1.0"
id("com.google.devtools.ksp") version "2.1.0-1.0.29"
id("com.github.johnrengelman.shadow") version "8.1.1"
id("io.micronaut.application") version "4.4.4"
id("gg.jte.gradle") version "3.1.15"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
micronautVersion=4.4.2
kotlinVersion=2.0.21
kotlinVersion=2.1.0
jteVersion=3.1.15
luceneVersion=10.0.0
flexmarkVersion=0.64.8

0 comments on commit 7701dc6

Please sign in to comment.