Skip to content

Commit

Permalink
Merge pull request #27 from benedekh/dependabot/gradle/jvm-1.9.24
Browse files Browse the repository at this point in the history
Bump jvm from 1.9.23 to 1.9.24
  • Loading branch information
benedekh authored May 14, 2024
2 parents c7be95d + 5231351 commit 462aa28
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.23"
kotlin("jvm") version "1.9.24"
kotlin("plugin.serialization") version "1.9.23"
id("io.gitlab.arturbosch.detekt") version ("1.23.1")
id("jacoco")
Expand Down

0 comments on commit 462aa28

Please sign in to comment.