Skip to content

Commit

Permalink
core & test version update
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudgiuliani committed Aug 30, 2023
1 parent a02946e commit 0e9ec2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/gradle/versions.gradle
Expand Up @@ -13,7 +13,7 @@ ext {

// Test
junit_version = "4.13.2"
junit5_version = "5.8.2"
junit5_version = "5.9.3"
mockito_version = "4.7.0"
mockk_version = "1.12.2"
}
2 changes: 1 addition & 1 deletion core/koin-core/build.gradle
Expand Up @@ -88,7 +88,7 @@ kotlin {
nativeMain {
dependsOn commonMain
dependencies {
implementation "co.touchlab:stately-concurrency:1.2.2"
implementation "co.touchlab:stately-concurrency:1.2.5"
}
}

Expand Down

0 comments on commit 0e9ec2c

Please sign in to comment.