Skip to content

Commit ccecd2c

Browse files
authored
Update uri-kmp to 0.0.16 and binary-compatibility-validator to 0.14.0 (#43)
1 parent 0801b98 commit ccecd2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ kotest-multiplatform = { id = "io.kotest.multiplatform", version.ref = "kotest"
1414
kover = { id = "org.jetbrains.kotlinx.kover", version = "0.7.5" }
1515
detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }
1616
ktlint = { id = "org.jlleitschuh.gradle.ktlint", version = "12.0.3" }
17-
kotlin-binaryCompatibility = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version = "0.13.2" }
17+
kotlin-binaryCompatibility = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version = "0.14.0" }
1818
nexus-publish = { id = "io.github.gradle-nexus.publish-plugin", version = "1.3.0" }
1919

2020
[libraries]
@@ -23,6 +23,6 @@ kotlin-serialization-json-okio = { group = "org.jetbrains.kotlinx", name = "kotl
2323
kotest-assertions-core = { module = "io.kotest:kotest-assertions-core", version.ref = "kotest" }
2424
kotest-framework-engine = { module = "io.kotest:kotest-framework-engine", version.ref = "kotest" }
2525
kotest-runner-junit5 = { module = "io.kotest:kotest-runner-junit5", version.ref = "kotest" }
26-
uri = { group = "com.eygraber", name = "uri-kmp", version = "0.0.15" }
26+
uri = { group = "com.eygraber", name = "uri-kmp", version = "0.0.16" }
2727
okio-common = { group = "com.squareup.okio", name = "okio", version.ref = "okio" }
2828
okio-nodefilesystem = { group = "com.squareup.okio", name = "okio-nodefilesystem", version.ref = "okio" }

0 commit comments

Comments
 (0)