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 Oct 4, 2023
1 parent 288abfa commit 1a26cbc
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
[versions]
# plugins
android-gradle = "8.1.1"
android-gradle = "8.1.2"
detekt = "1.23.1"
detekt-compose-rules = "0.2.1"
detekt-compose-rules = "0.3.0"
junit = "1.9.3.0"
ksp = "1.9.10-1.0.13"
ktlint = "3.16.0"

# production libraries
accompanist = "0.32.0"
coil = "2.4.0"
compose-bom = "2023.08.00"
compose-bom = "2023.10.00"
compose-compiler = "1.5.3"
desugar = "2.0.3"
hilt = "2.48"
hilt = "2.48.1"
kotlin = "1.9.10"
kotlin-coroutines = "1.7.3"
kotlin-serialization = "1.6.0"
kotlin-serialization-converter = "1.0.0"
lifecycle = "2.6.1"
navigation = "2.7.1"
lifecycle = "2.6.2"
navigation = "2.7.4"
navigation-hilt = "1.0.0"
okhttp-logging-interceptor = "4.11.0"
retrofit = "2.9.0"
Expand All @@ -28,7 +28,7 @@ timber = "5.0.1"

# test libraries
test-junit = "5.10.0"
test-mockk = "1.13.7"
test-mockk = "1.13.8"
test-turbine = "1.0.0"

# android test libraries
Expand Down

0 comments on commit 1a26cbc

Please sign in to comment.