Skip to content

Commit

Permalink
Merge pull request #2 from timakden/dependabot/gradle/jvm-2.0.21
Browse files Browse the repository at this point in the history
Bump jvm from 2.0.20 to 2.0.21
  • Loading branch information
timakden authored Oct 15, 2024
2 parents cb3b34a + 8ceb2d7 commit 7c95075
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 @@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget.JVM_21
plugins {
idea
id("com.github.ben-manes.versions") version "0.51.0"
kotlin("jvm") version "2.0.20"
kotlin("jvm") version "2.0.21"
}

group = "ru.timakden.example"
Expand Down

0 comments on commit 7c95075

Please sign in to comment.