Skip to content

Commit

Permalink
chore(deps): update kotlinversion to v1.8.20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 30, 2023
1 parent e5fb247 commit 8c2a4b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-test-project/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
}

plugins {
val kotlinVersion = "1.7.10"
val kotlinVersion = "1.8.20"
kotlin("multiplatform") version kotlinVersion apply false
kotlin("jvm") version kotlinVersion apply false
id("org.jlleitschuh.gradle.ktlint") version "10.3.0"
Expand Down

0 comments on commit 8c2a4b6

Please sign in to comment.