Skip to content

Commit

Permalink
Merge pull request #23 from benedekh/dependabot/gradle/jvm-1.9.23
Browse files Browse the repository at this point in the history
Bump jvm from 1.9.22 to 1.9.23
  • Loading branch information
benedekh authored Apr 22, 2024
2 parents e65fd81 + 348803b commit 50c5039
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 org.gradle.api.tasks.testing.logging.TestExceptionFormat
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
kotlin("jvm") version "1.9.22"
kotlin("jvm") version "1.9.23"
kotlin("plugin.serialization") version "1.9.23"
id("io.gitlab.arturbosch.detekt") version ("1.23.1")
id("jacoco")
Expand Down

0 comments on commit 50c5039

Please sign in to comment.