Skip to content

Commit

Permalink
fix(deps): update kotlin / plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 12, 2024
1 parent 75c45d3 commit 57e1ca9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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 All @@ -16,7 +16,7 @@ plugins {
id("com.adarshr.test-logger") version "4.0.0"
// Code Coverage:
// https://github.com/Kotlin/kotlinx-kover
id("org.jetbrains.kotlinx.kover") version "0.8.3"
id("org.jetbrains.kotlinx.kover") version "0.9.0"
// Code Inspections
// https://detekt.dev/
id("io.gitlab.arturbosch.detekt") version "1.23.7"
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 57e1ca9

Please sign in to comment.