From 5790708f09bfe8e60097a84199644a7b2e2f33de Mon Sep 17 00:00:00 2001 From: Travis Wyatt Date: Tue, 5 Mar 2024 16:56:34 -0600 Subject: [PATCH] Update binary-compatibility-validator to v0.14.0 (#14) --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index e852799..2d0dc9a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -15,7 +15,7 @@ ktor-mock = { module = "io.ktor:ktor-client-mock", version.ref = "ktor" } android-library = { id = "com.android.library", version = "8.3.0" } android-publish = { id = "com.vanniktech.maven.publish", version = "0.27.0" } atomicfu = { id = "kotlinx-atomicfu", version = "0.23.1" } -binary-compatibility-validator = { id = "binary-compatibility-validator", version = "0.13.0" } +binary-compatibility-validator = { id = "binary-compatibility-validator", version = "0.14.0" } dokka = { id = "org.jetbrains.dokka", version = "1.9.10" } kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" } kotlinter = { id = "org.jmailen.kotlinter", version = "4.2.0" }