Skip to content

Commit

Permalink
Merge pull request #69 from cmdjulian/renovate/kotlin-monorepo
Browse files Browse the repository at this point in the history
Update plugin org.jetbrains.kotlin.jvm to v1.8.22
  • Loading branch information
cmdjulian authored Jun 13, 2023
2 parents 243e481 + 5ca8564 commit 76e7b65
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 @@ -8,7 +8,7 @@ import org.jlleitschuh.gradle.ktlint.KtlintExtension
import java.util.*

plugins {
kotlin("jvm") version "1.8.21" apply false
kotlin("jvm") version "1.8.22" apply false
kotlin("libs.publisher") version "0.0.61-dev-34"
id("org.jlleitschuh.gradle.ktlint") version "11.4.0" apply false
id("org.owasp.dependencycheck") version "8.2.1" apply false // "dependencyCheckAnalyze"
Expand Down

0 comments on commit 76e7b65

Please sign in to comment.