Skip to content

Commit

Permalink
Merge pull request #34 from benedekh/dependabot/gradle/jvm-2.0.10
Browse files Browse the repository at this point in the history
Bump jvm from 2.0.0 to 2.0.10
  • Loading branch information
benedekh authored Aug 12, 2024
2 parents 633f1a1 + c592ffb commit f22f58f
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 "2.0.0"
kotlin("jvm") version "2.0.10"
kotlin("plugin.serialization") version "2.0.0"
id("io.gitlab.arturbosch.detekt") version ("1.23.1")
id("jacoco")
Expand Down

0 comments on commit f22f58f

Please sign in to comment.