Skip to content

Commit

Permalink
build: Updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Lastaapps committed Jan 21, 2025
1 parent c2f1fe0 commit db8f6f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,6 @@ dependencies {

implementation(libs.ktor.client.core)
// required by ktor internally (release only)
//noinspection UseTomlInstead
implementation("org.slf4j:slf4j-simple:2.0.6")
// noinspection UseTomlInstead
implementation("org.slf4j:slf4j-simple:2.0.16")
}
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ junit = "4.13.2"
junit5-bom = "5.11.4"
junitVersion = "1.2.1"
kermit = "2.0.5"
koin = "4.1.0-Beta4"
koin = "4.1.0-Beta5"
koin-annotations = "1.0.3"
kotest = "5.9.1"
kotest-arrow = "2.0.0"
Expand Down

0 comments on commit db8f6f3

Please sign in to comment.