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      | dev.drewhamilton.poko:poko-gradle-plugin                              | 0.15.0 | 0.15.1 |
| maven      | com.diffplug.spotless:spotless-plugin-gradle                          | 6.22.0 | 6.23.0 |
| maven      | com.android.tools.build:gradle                                        | 8.1.3  | 8.1.4  |
| maven      | com.diffplug.spotless:com.diffplug.spotless.gradle.plugin             | 6.22.0 | 6.23.0 |
| maven      | org.jetbrains.kotlinx.kover:org.jetbrains.kotlinx.kover.gradle.plugin | 0.7.3  | 0.7.4  |
| maven      | org.jetbrains.kotlin:kotlin-gradle-plugin                             | 1.9.20 | 1.9.21 |
| maven      | org.jetbrains.kotlin:kotlin-test-junit                                | 1.9.20 | 1.9.21 |
  • Loading branch information
renovate[bot] authored Nov 27, 2023
1 parent e4eca83 commit 1a3b584
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
// Top-level build file where you can add configuration options common to all sub-projects/modules.

plugins {
id("org.jetbrains.kotlinx.kover") version "0.7.3" apply false
id("com.diffplug.spotless") version "6.22.0" apply false
id("org.jetbrains.kotlinx.kover") version "0.7.4" apply false
id("com.diffplug.spotless") version "6.23.0" apply false
}

buildscript {
Expand All @@ -19,10 +19,10 @@ buildscript {
maven(url = "https://oss.sonatype.org/content/repositories/snapshots")
}
dependencies {
classpath("com.android.tools.build:gradle:8.1.3")
classpath("com.android.tools.build:gradle:8.1.4")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
classpath("com.diffplug.spotless:spotless-plugin-gradle:6.22.0")
classpath("dev.drewhamilton.poko:poko-gradle-plugin:0.15.0")
classpath("com.diffplug.spotless:spotless-plugin-gradle:6.23.0")
classpath("dev.drewhamilton.poko:poko-gradle-plugin:0.15.1")
classpath("com.github.ben-manes:gradle-versions-plugin:0.46.0")
}
}
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 @@ -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.20"
const val kotlinVersion = "1.9.21"

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

0 comments on commit 1a3b584

Please sign in to comment.