Skip to content

Commit

Permalink
⬆️ Update Koin dependencies
Browse files Browse the repository at this point in the history
All Koin dependencies were updated to v4.0.0
  • Loading branch information
igorescodro committed Oct 5, 2024
1 parent f850fe4 commit c72007b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ compose_compiler = "1.6.11"
compose_windowsizeclass = "0.5.0"

# Koin
koin_core = "3.5.0"
koin_test = "3.5.6"
koin_android = "3.5.6"
koin_compose_jb = "1.1.0"
koin_core = "4.0.0"
koin_test = "4.0.0"
koin_android = "4.0.0"
koin_compose_jb = "4.0.0"

# SQLDelight
sqldelight = "2.0.2"
Expand Down

0 comments on commit c72007b

Please sign in to comment.