Skip to content

Commit ea90d5c

Browse files
authored
Merge pull request #180 from Kotlin-Android-Open-Source/renovate/all-deps
chore(deps): update all dependencies
2 parents 3326e90 + 1ed5f4d commit ea90d5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/qodana.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v3
1717

18-
- uses: JetBrains/qodana-action@v2022.3.0
18+
- uses: JetBrains/qodana-action@v2022.3.2
1919
with:
2020
linter: jetbrains/qodana-jvm-android:latest
2121
fail-threshold: 10

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ buildscript {
1616
dependencies {
1717
classpath("com.android.tools.build:gradle:7.4.0")
1818
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
19-
classpath("com.diffplug.spotless:spotless-plugin-gradle:6.13.0")
19+
classpath("com.diffplug.spotless:spotless-plugin-gradle:6.14.0")
2020
classpath("dev.ahmedmourad.nocopy:nocopy-gradle-plugin:1.4.0")
2121
classpath("org.jacoco:org.jacoco.core:0.8.8")
2222
classpath("com.vanniktech:gradle-android-junit-jacoco-plugin:0.17.0-SNAPSHOT")

0 commit comments

Comments
 (0)