From 649a77078e5b79953ad92afc84c4032b1f2acd7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 00:26:23 +0000 Subject: [PATCH] Bump conventionPluginsVersion from v45 to v46 Bumps `conventionPluginsVersion` from v45 to v46. Updates `io.technoirlab.conventions.kotlin-multiplatform-application` from v45 to v46 - [Release notes](https://github.com/technoir-lab/convention-plugins/releases) - [Commits](https://github.com/technoir-lab/convention-plugins/compare/v45...v46) Updates `io.technoirlab.conventions.kotlin-multiplatform-library` from v45 to v46 - [Release notes](https://github.com/technoir-lab/convention-plugins/releases) - [Commits](https://github.com/technoir-lab/convention-plugins/compare/v45...v46) Updates `io.technoirlab.conventions.root` from v45 to v46 - [Release notes](https://github.com/technoir-lab/convention-plugins/releases) - [Commits](https://github.com/technoir-lab/convention-plugins/compare/v45...v46) Updates `io.technoirlab.conventions.settings` from v45 to v46 - [Release notes](https://github.com/technoir-lab/convention-plugins/releases) - [Commits](https://github.com/technoir-lab/convention-plugins/compare/v45...v46) --- updated-dependencies: - dependency-name: io.technoirlab.conventions.kotlin-multiplatform-application dependency-version: v46 dependency-type: direct:production - dependency-name: io.technoirlab.conventions.kotlin-multiplatform-library dependency-version: v46 dependency-type: direct:production - dependency-name: io.technoirlab.conventions.root dependency-version: v46 dependency-type: direct:production - dependency-name: io.technoirlab.conventions.settings dependency-version: v46 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index e965fcc..d86ee27 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -5,7 +5,7 @@ pluginManagement { mavenLocal() } plugins { - val conventionPluginsVersion = "v45" + val conventionPluginsVersion = "v46" id("io.technoirlab.conventions.kotlin-multiplatform-application") version conventionPluginsVersion id("io.technoirlab.conventions.kotlin-multiplatform-library") version conventionPluginsVersion id("io.technoirlab.conventions.root") version conventionPluginsVersion