Skip to content

Commit

Permalink
Merge pull request #81 from cmdjulian/renovate/kotlin-monorepo
Browse files Browse the repository at this point in the history
Update plugin org.jetbrains.kotlin.jvm to v1.9.0
  • Loading branch information
cmdjulian authored Jul 24, 2023
2 parents 7d6e7e0 + 9555c10 commit ab09f4f
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.22" apply false
kotlin("jvm") version "1.9.0" apply false
kotlin("libs.publisher") version "0.0.61-dev-34"
id("org.jlleitschuh.gradle.ktlint") version "11.5.0" apply false
id("org.owasp.dependencycheck") version "8.3.1" apply false // "dependencyCheckAnalyze"
Expand Down

0 comments on commit ab09f4f

Please sign in to comment.