Skip to content

Commit

Permalink
fix(deps): update all dependencies to v2
Browse files Browse the repository at this point in the history
| datasource | package                                   | from   | to     |
| ---------- | ----------------------------------------- | ------ | ------ |
| maven      | org.jetbrains.kotlin:kotlin-gradle-plugin | 1.9.24 | 2.0.20 |
| maven      | org.jetbrains.kotlin:kotlin-test-junit    | 1.9.24 | 2.0.20 |
  • Loading branch information
renovate[bot] authored Aug 22, 2024
1 parent 2967695 commit 902b200
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 @@ -7,7 +7,7 @@ import org.gradle.plugin.use.PluginDependenciesSpec
import org.gradle.plugin.use.PluginDependencySpec

const val ktlintVersion = "1.0.0"
const val kotlinVersion = "1.9.24"
const val kotlinVersion = "2.0.20"

object appConfig {
const val applicationId = "com.hoc.flowmvi"
Expand Down

0 comments on commit 902b200

Please sign in to comment.