Skip to content

Commit

Permalink
fix(deps): update all dependencies
Browse files Browse the repository at this point in the history
| datasource | package                                      | from   | to     |
| ---------- | -------------------------------------------- | ------ | ------ |
| maven      | io.coil-kt:coil                              | 2.3.0  | 2.4.0  |
| maven      | io.insert-koin:koin-test                     | 3.4.0  | 3.4.1  |
| maven      | io.insert-koin:koin-test-junit4              | 3.4.0  | 3.4.1  |
| maven      | io.insert-koin:koin-android                  | 3.4.0  | 3.4.2  |
| maven      | io.insert-koin:koin-core                     | 3.4.0  | 3.4.2  |
| maven      | com.github.ben-manes:gradle-versions-plugin  | 0.46.0 | 0.47.0 |
| maven      | com.diffplug.spotless:spotless-plugin-gradle | 6.18.0 | 6.19.0 |
| maven      | org.jetbrains.kotlin:kotlin-gradle-plugin    | 1.8.21 | 1.8.22 |
| maven      | org.jetbrains.kotlin:kotlin-test-junit       | 1.8.21 | 1.8.22 |
  • Loading branch information
renovate[bot] authored Jun 9, 2023
1 parent e197ea0 commit 56e66a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ buildscript {
dependencies {
classpath("com.android.tools.build:gradle:7.4.2")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
classpath("com.diffplug.spotless:spotless-plugin-gradle:6.18.0")
classpath("com.diffplug.spotless:spotless-plugin-gradle:6.19.0")
classpath("dev.drewhamilton.poko:poko-gradle-plugin:0.13.0")
classpath("org.jacoco:org.jacoco.core:0.8.10")
classpath("com.vanniktech:gradle-android-junit-jacoco-plugin:0.17.0-SNAPSHOT")
classpath("com.github.ben-manes:gradle-versions-plugin:0.46.0")
classpath("com.github.ben-manes:gradle-versions-plugin:0.47.0")
}
}

Expand Down
6 changes: 3 additions & 3 deletions 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 = "0.46.1"
const val kotlinVersion = "1.8.21"
const val kotlinVersion = "1.8.22"

object appConfig {
const val applicationId = "com.hoc.flowmvi"
Expand Down Expand Up @@ -61,15 +61,15 @@ object deps {
}

object koin {
private const val version = "3.4.0"
private const val version = "3.4.2"

const val core = "io.insert-koin:koin-core:$version"
const val android = "io.insert-koin:koin-android:$version"
const val testJunit4 = "io.insert-koin:koin-test-junit4:$version"
const val test = "io.insert-koin:koin-test:$version"
}

const val coil = "io.coil-kt:coil:2.3.0"
const val coil = "io.coil-kt:coil:2.4.0"
const val viewBindingDelegate = "com.github.hoc081098:ViewBindingDelegate:1.4.0"
const val flowExt = "io.github.hoc081098:FlowExt:0.6.1"
const val timber = "com.jakewharton.timber:timber:5.0.1"
Expand Down

0 comments on commit 56e66a9

Please sign in to comment.