Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffdgr8 committed Oct 24, 2024
1 parent 3aa11a3 commit 339bea0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ couchbase-lite-objc = "3.1.9"
couchbase-lite-c = "3.1.9"
dokka = "1.9.20"
kotlinx-serialization = "1.7.3"
mockk = "1.13.12"
mockk = "1.13.13"

[plugins]
android-library = { id = "com.android.library", version = "8.2.2" }
dokka = { id = "org.jetbrains.dokka", version.ref = "dokka" }
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version = "1.9.25" }
kotlinx-binary-compatibility-validator = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version = "0.16.3" }
vanniktech-maven-publish = { id = "com.vanniktech.maven.publish", version = "0.29.0" }
vanniktech-maven-publish = { id = "com.vanniktech.maven.publish", version = "0.30.0" }

[libraries]
androidx-lifecycle-runtime-ktx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version = "2.8.6" }
Expand All @@ -27,7 +27,7 @@ kermit = { module = "co.touchlab:kermit", version = "2.0.4" }
korlibs-korio = { module = "com.soywiz.korlibs.korio:korio", version = "4.0.10" }
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test" }
kotlin-test-junit = { module = "org.jetbrains.kotlin:kotlin-test-junit" }
kotlinx-atomicfu = { module = "org.jetbrains.kotlinx:atomicfu", version = "0.25.0" }
kotlinx-atomicfu = { module = "org.jetbrains.kotlinx:atomicfu", version = "0.26.0" }
kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version = "1.9.0" }
kotlinx-datetime = { module = "org.jetbrains.kotlinx:kotlinx-datetime", version = "0.6.1" }
kotlinx-io = { module = "org.jetbrains.kotlinx:kotlinx-io-core", version = "0.5.4" }
Expand Down

0 comments on commit 339bea0

Please sign in to comment.