Skip to content

Commit

Permalink
Update dependencies for minor & patch changes
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 2, 2024
1 parent 2d7e54f commit 6cfff0a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[versions]
# plugins
android-gradle = "8.2.1"
detekt = "1.23.4"
detekt-compose-rules = "0.3.9"
android-gradle = "8.2.2"
detekt = "1.23.5"
detekt-compose-rules = "0.3.11"
junit = "1.10.0.0"
ksp = "1.9.22-1.0.16"
ksp = "1.9.22-1.0.17"
ktlint = "3.16.0"

# production libraries
coil = "2.5.0"
compose-bom = "2023.10.01"
compose-compiler = "1.5.8"
compose-material3 = "1.2.0-beta02"
compose-material3 = "1.2.0-rc01"
desugar = "2.0.4"
hilt = "2.50"
kotlin = "1.9.22"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 6cfff0a

Please sign in to comment.