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      | com.diffplug.spotless:spotless-plugin-gradle | 6.18.0 | 6.19.0 |
  • Loading branch information
renovate[bot] authored May 24, 2023
1 parent e197ea0 commit 18164d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ 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")
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/deps.kt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ object deps {
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 18164d7

Please sign in to comment.