Skip to content

Commit

Permalink
Merge pull request #2 from hoc081098/renovate/all-deps
Browse files Browse the repository at this point in the history
chore(deps): update all dependencies
  • Loading branch information
hoc081098 authored Jan 14, 2024
2 parents 7f2c08e + 369e276 commit 68a07f3
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mkdocs==1.5.3
mkdocs-material==9.5.2
pymdown-extensions==10.5
mkdocs-material==9.5.3
pymdown-extensions==10.7
mdx_truly_sane_lists==1.3 # https://github.com/radude/mdx_truly_sane_lists
18 changes: 9 additions & 9 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,22 @@ jetbrains-compose = "1.5.11"
jetbrains-compose-compiler = "1.5.7.1"

touchlab-stately = "1.2.5"
napier = "2.6.1"
napier = "2.7.1"
flowExt = "0.7.4"
koin = "3.5.0"
koin-compose = "1.1.0"
koin-androidx-compose = "3.5.0"
koin = "3.5.3"
koin-compose = "1.1.2"
koin-androidx-compose = "3.5.3"
coil = "2.5.0"
compose-rules-detekt = "0.3.8"
compose-rules-detekt = "0.3.9"

androidx-lifecycle = "2.6.2"
androidx-lifecycle = "2.7.0"
androidx-annotation = "1.7.1"
androidx-activity = "1.8.2"
androidx-appcompat = "1.6.1"
androidx-compose-compiler = "1.5.6"
androidx-core-ktx = "1.12.0"
androidx-navigation = "2.7.6"
android-gradle = "8.2.0"
android-gradle = "8.2.1"

kmp-viewmodel = "0.6.1"
uuid = "0.8.2"
Expand All @@ -53,9 +53,9 @@ detekt = "1.23.4"
kotlinx-kover = "0.7.5"
dokka = "1.9.10"
kotlinx-binary-compatibility-validator = "0.13.2"
poko = "0.15.1"
poko = "0.15.2"

vanniktech-maven-publish = "0.26.0"
vanniktech-maven-publish = "0.27.0"
ktlint = "0.50.0"

[libraries]
Expand Down
6 changes: 3 additions & 3 deletions sample/shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@ kotlin {
api("io.github.hoc081098:kmp-viewmodel-savedstate:0.6.2-SNAPSHOT")
implementation(libs.kmp.viewmodel.compose)

implementation("io.coil-kt.coil3:coil-core:3.0.0-alpha01")
implementation("io.coil-kt.coil3:coil-compose:3.0.0-alpha01")
implementation("io.coil-kt.coil3:coil-core:3.0.0-alpha02")
implementation("io.coil-kt.coil3:coil-compose:3.0.0-alpha02")

// Import coil-network and an HTTP client engine.
implementation("io.coil-kt.coil3:coil-network:3.0.0-alpha01")
implementation("io.coil-kt.coil3:coil-network:3.0.0-alpha02")

api(libs.napier)
api(libs.coroutines.core)
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ include(":navigation")
include(":sample:app", ":sample:shared")

plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version("0.7.0")
id("org.gradle.toolchains.foojay-resolver-convention") version("0.8.0")
}

0 comments on commit 68a07f3

Please sign in to comment.