From 54453667bfd7a03d9ca1c1fc667c27438de781d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 22:17:26 +0000 Subject: [PATCH] Bump com.jamesward.kotlin-universe-catalog Bumps [com.jamesward.kotlin-universe-catalog](https://github.com/jamesward/kotlin-universe-catalog) from 2023.12.12-1 to 2024.02.08-2. - [Release notes](https://github.com/jamesward/kotlin-universe-catalog/releases) - [Commits](https://github.com/jamesward/kotlin-universe-catalog/compare/2023.12.12-1...2024.02.08-2) --- updated-dependencies: - dependency-name: com.jamesward.kotlin-universe-catalog 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 d962651..d496ede 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -8,5 +8,5 @@ pluginManagement { } plugins { - id("com.jamesward.kotlin-universe-catalog") version "2023.12.12-1" + id("com.jamesward.kotlin-universe-catalog") version "2024.02.08-2" }