Skip to content

Commit

Permalink
fix(deps): update dependency org.jetbrains.kotlin:kotlin-gradle-plugi…
Browse files Browse the repository at this point in the history
…n to v1.9.20
  • Loading branch information
renovate[bot] authored Oct 30, 2023
1 parent ae90efe commit a05fd6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Deps.kt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ object Deps {
const val ktorIOS = "io.ktor:ktor-client-ios:$ktorVersion"

// GRADLE PLUGINS
const val kotlinVersion = "1.7.21"
const val kotlinVersion = "1.9.20"
const val kotlinGradlePlugin = "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"

private const val gradleVersion = "7.3.0"
Expand Down

0 comments on commit a05fd6f

Please sign in to comment.