Skip to content

Commit

Permalink
Update project
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbel committed Feb 4, 2025
1 parent 94ab5c1 commit 8739d69
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -392,14 +392,39 @@ kotlin-inject = "0.7.2"
koin = "4.0.2"
junit = "4.13.2"
robolectric = "4.13"
mockito = "5.11.0"
mockito = "5.15.2"
kaspresso = "1.5.5"
mockk = "1.13.10"
turbine = "1.1.0"
barista = "4.3.0"
kotest = "5.8.1"

androidx-compose-bom = "2025.01.01"
androidx-compose-bom-beta = "2025.01.01"
androidx-compose-bom-alpha = "2025.01.01"
google-firebase-bom = "33.8.0"
kotlin-bom = "2.1.10"
kotlinx-coroutines-bom = "1.10.1"
okhttp-bom = "5.0.0-alpha.14"
koin-bom = "4.0.2"
koin-annotations-bom = "1.4.0"
junit-bom = "5.11.4"
mockito-bom = "5.15.2"

[libraries]
#region bom
androidx-compose-bom = { module = "androidx.compose:compose-bom", version.ref = "androidx-compose-bom" }
androidx-compose-bom-beta = { module = "androidx.compose:compose-bom-beta", version.ref = "androidx-compose-bom-beta" }
androidx-compose-bom-alpha = { module = "androidx.compose:compose-bom-alpha", version.ref = "androidx-compose-bom-alpha" }
google-firebase-bom = { module = "com.google.firebase:firebase-bom", version.ref = "google-firebase-bom" }
kotlin-bom = { module = "org.jetbrains.kotlin:kotlin-bom", version.ref = "kotlin-bom" }
kotlinx-coroutines-bom = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-bom", version.ref = "kotlinx-coroutines-bom" }
okhttp-bom = { module = "com.squareup.okhttp3:okhttp-bom", version.ref = "okhttp-bom" }
koin-bom = { module = "io.insert-koin:koin-bom", version.ref = "koin-bom" }
koin-annotations-bom = { module = "io.insert-koin:koin-annotations-bom", version.ref = "koin-annotations-bom" }
junit-bom = { module = "org.junit:junit-bom", version.ref = "junit-bom" }
mockito-bom = { module = "org.mockito:mockito-bom", version.ref = "mockito-bom" }
#endregion
#region kotlin
kotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref = "kotlin" }
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }
Expand Down

0 comments on commit 8739d69

Please sign in to comment.