Skip to content

Commit

Permalink
Merge pull request #139 from GiantTreeLP/renovate/kotlin-monorepo
Browse files Browse the repository at this point in the history
Update kotlin monorepo to v1.7.22
  • Loading branch information
GiantTreeLP committed Nov 29, 2022
2 parents a5bc0a9 + 2533e50 commit 1f11067
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.7.21"
val kotlinVersion = "1.7.22"
kotlin("jvm") version kotlinVersion
kotlin("plugin.serialization") version kotlinVersion

Expand Down

0 comments on commit 1f11067

Please sign in to comment.