Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Nek-12 committed Aug 26, 2023
1 parent b52a93e commit 7d6352c
Showing 1 changed file with 4 additions and 38 deletions.
42 changes: 4 additions & 38 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,59 +1,31 @@
[versions]
activity = "1.7.0"
arrow = "1.2.0-RC"
compose = "1.4.0"
compose-compiler = "1.5.1"
composeDetektPlugin = "1.3.0"
core-ktx = "1.9.0"
coroutines = "1.7.3"
datetime = "0.4.0"
dependencyAnalysisPlugin = "1.20.0"
dependencyAnalysisPlugin = "1.21.0"
detekt = "1.23.1"
detektFormattingPlugin = "1.23.1"
dokka = "1.8.20"
flowExt = "0.3.0"
fragment = "1.5.6"
gradleAndroid = "8.1.0"
gradleAndroid = "8.2.0-beta01"
gradleDoctorPlugin = "0.8.1"
junit = "4.13.2"
koin = "3.4.0"
koin-compose = "3.4.3"
kotest = "5.6.2"
kotest-plugin = "5.5.5"
# @pin
kotlin = "1.9.0"
kotlinx-atomicfu = "0.20.1"
lifecycle = "2.6.1"
material = "1.8.0"
mockk = "1.13.2"
kotlin = "1.9.10"
kotlinx-atomicfu = "0.22.0"
turbine = "1.0.0"
versionCatalogUpdatePlugin = "0.8.1"
versionsPlugin = "0.47.0"

[libraries]
android-gradle = { module = "com.android.tools.build:gradle", version.ref = "gradleAndroid" }
androidx-activity = { module = "androidx.activity:activity-ktx", version.ref = "activity" }
androidx-core = { module = "androidx.core:core-ktx", version.ref = "core-ktx" }
androidx-fragment = { module = "androidx.fragment:fragment-ktx", version.ref = "fragment" }
arrow = { module = "io.arrow-kt:arrow-core", version.ref = "arrow" }
compose-activity = { module = "androidx.activity:activity-compose", version.ref = "activity" }
compose-foundation = { module = "androidx.compose.foundation:foundation", version.ref = "compose" }
compose-material = { module = "androidx.compose.material:material", version.ref = "compose" }
compose-preview = { module = "androidx.compose.ui:ui-tooling-preview", version.ref = "compose" }
compose-tooling = { module = "androidx.compose.ui:ui-tooling", version.ref = "compose" }
compose-ui = { module = "androidx.compose.ui:ui", version.ref = "compose" }
detekt-compose = { module = "ru.kode:detekt-rules-compose", version.ref = "composeDetektPlugin" }
detekt-formatting = { module = "io.gitlab.arturbosch.detekt:detekt-formatting", version.ref = "detektFormattingPlugin" }
detekt-gradle = { module = "io.gitlab.arturbosch.detekt:detekt-gradle-plugin", version.ref = "detekt" }
detekt-libraries = { module = "io.gitlab.arturbosch.detekt:detekt-rules-libraries", version.ref = "detekt" }
dokka-android = { module = "org.jetbrains.dokka:android-documentation-plugin", version.ref = "dokka" }
flowext = { module = "io.github.hoc081098:FlowExt", version.ref = "flowExt" }
gradle-versions = { module = "com.github.ben-manes:gradle-versions-plugin", version.ref = "versionsPlugin" }
junit = { module = "junit:junit", version.ref = "junit" }
koin-android = { module = "io.insert-koin:koin-android", version.ref = "koin" }
koin-compose = { module = "io.insert-koin:koin-androidx-compose", version.ref = "koin-compose" }
koin-core = { module = "io.insert-koin:koin-core", version.ref = "koin" }
koin-test = { module = "io.insert-koin:koin-test", version.ref = "koin" }
kotest-assertions = { module = "io.kotest:kotest-assertions-core", version.ref = "kotest" }
kotest-framework = { module = "io.kotest:kotest-framework-engine", version.ref = "kotest" }
kotest-junit = { module = "io.kotest:kotest-runner-junit5", version.ref = "kotest" }
Expand All @@ -65,16 +37,10 @@ kotlinx-atomicfu = { module = "org.jetbrains.kotlinx:atomicfu", version.ref = "k
kotlinx-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "coroutines" }
kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "coroutines" }
kotlinx-datetime = { module = "org.jetbrains.kotlinx:kotlinx-datetime", version.ref = "datetime" }
lifecycle-runtime = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "lifecycle" }
lifecycle-viewmodel = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "lifecycle" }
turbine = { module = "app.cash.turbine:turbine", version.ref = "turbine" }
version-gradle = { module = "com.github.ben-manes:gradle-versions-plugin", version.ref = "versionsPlugin" }

[bundles]
koin = [
"koin-android",
"koin-core",
]
unittest = [
"kotest-assertions",
"kotest-framework",
Expand Down

0 comments on commit 7d6352c

Please sign in to comment.