Skip to content

Commit

Permalink
Merge pull request #240 from GiantTreeLP/renovate/kotlinversion
Browse files Browse the repository at this point in the history
chore(deps): update kotlinversion to v1.9.21
  • Loading branch information
GiantTreeLP authored Nov 23, 2023
2 parents bc27226 + 085df19 commit 1c55a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import io.gitlab.arturbosch.detekt.Detekt
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
val kotlinVersion = "1.9.20"
val kotlinVersion = "1.9.21"
kotlin("jvm") version kotlinVersion
kotlin("plugin.serialization") version kotlinVersion

Expand Down

0 comments on commit 1c55a1f

Please sign in to comment.