Skip to content

Commit

Permalink
Update libs.version.toml and build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
jguz-pubnub committed Nov 15, 2024
1 parent 4fc5a62 commit 3a4eadb
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 @@ -20,7 +20,7 @@ pubnub-kotlin-test = { module = "com.pubnub:pubnub-kotlin-test", version.ref = "
kotlinx-atomicfu = { module = "org.jetbrains.kotlinx:atomicfu", version = "0.25.0" }
kotlinx-serialization-core = { module = "org.jetbrains.kotlinx:kotlinx-serialization-core", version.ref = "kotlinx_serialization" }
kotlinx-datetime = { module = "org.jetbrains.kotlinx:kotlinx-datetime", version.ref = "kotlinx_datetime"}
lighthousegames-logging = { module = "org.lighthousegames:logging", version = "1.5.0"}
touchlab-kermit = { module = "co.touchlab:kermit", version = "2.0.4" }
diff-match-patch = { module = "org.bitbucket.cowwoc:diff-match-patch", version = "1.2" }

## tests
Expand Down
2 changes: 1 addition & 1 deletion pubnub-chat-impl/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ kotlin {
implementation(libs.kotlinx.datetime)
implementation(libs.kotlinx.serialization.core)
implementation(libs.kotlinx.atomicfu)
implementation("co.touchlab:kermit:2.0.4")
implementation(libs.touchlab.kermit)
}
}

Expand Down

0 comments on commit 3a4eadb

Please sign in to comment.