Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
daedric7 committed Dec 23, 2024
2 parents 1e30f43 + a26a02b commit 096588a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ compose_bom = "2024.12.01"
composecompiler = "1.5.15"

# Coroutines
coroutines = "1.9.0"
coroutines = "1.10.1"

# Accompanist
accompanist = "0.37.0"
Expand Down
2 changes: 1 addition & 1 deletion libraries/matrix/impl/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies {
api(projects.libraries.matrix.api)
implementation(libs.dagger)
implementation(projects.libraries.core)
implementation("net.java.dev.jna:jna:5.15.0@aar")
implementation("net.java.dev.jna:jna:5.16.0@aar")
implementation(libs.androidx.datastore.preferences)
implementation(libs.serialization.json)
implementation(libs.kotlinx.collections.immutable)
Expand Down

0 comments on commit 096588a

Please sign in to comment.