Skip to content

Commit

Permalink
Update kotlin monorepo to v1.7.21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 20, 2022
1 parent e6b0cb6 commit 407846f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conventions/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
`kotlin-dsl`
kotlin("jvm") version "1.5.31"
kotlin("jvm") version "1.7.21"
}

repositories {
Expand All @@ -19,7 +19,7 @@ buildscript {
}

dependencies {
implementation("org.jetbrains.kotlin", "kotlin-gradle-plugin", "1.5.31")
implementation("org.jetbrains.kotlin", "kotlin-gradle-plugin", "1.7.21")
implementation("com.diffplug.spotless","spotless-plugin-gradle","6.4.1")
implementation("org.jetbrains.qodana:gradle-qodana-plugin:0.1.13")
}
Expand Down

0 comments on commit 407846f

Please sign in to comment.