From c367032accba7c1851050d2e5bce2bc9242000cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Oct 2023 07:11:45 +0000 Subject: [PATCH] Update plugin versions to v0.49.0 --- 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 f5d30db..5848a2d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -17,6 +17,6 @@ android-plugin = { module = "com.android.tools.build:gradle", version.ref = "and kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" } kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" } dokka = { id = "org.jetbrains.dokka", version.ref = "dokka" } -versions = { id = "com.github.ben-manes.versions", version = "0.47.0" } +versions = { id = "com.github.ben-manes.versions", version = "0.49.0" } pluginPublish = { id = "com.gradle.plugin-publish", version = "1.2.1" } mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.25.3" }