Skip to content

Commit

Permalink
Merge pull request #270 from GiantTreeLP/dependabot/gradle/kotlinVers…
Browse files Browse the repository at this point in the history
…ion-1.9.23

build(deps): bump kotlinVersion from 1.9.22 to 1.9.23
  • Loading branch information
GiantTreeLP authored Mar 7, 2024
2 parents 799eb67 + d212938 commit 4f9029a
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.22"
val kotlinVersion = "1.9.23"
kotlin("jvm") version kotlinVersion
kotlin("plugin.serialization") version kotlinVersion

Expand Down

0 comments on commit 4f9029a

Please sign in to comment.