From 2a24fd0c7876e1d471804ed9e6f3aca86446acb6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Dec 2022 12:29:03 +0000 Subject: [PATCH] Update all dependencies | datasource | package | from | to | | ---------- | ----------------------------------------------------------------------------------- | ------ | ------ | | maven | com.gradle.enterprise:com.gradle.enterprise.gradle.plugin | 3.12 | 3.12.1 | | maven | org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin | 1.7.22 | 1.8.0 | --- libs.versions.toml | 2 +- settings.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libs.versions.toml b/libs.versions.toml index 4650b71..c35faa3 100644 --- a/libs.versions.toml +++ b/libs.versions.toml @@ -5,7 +5,7 @@ coroutines = "1.6.4" dokka = "1.7.20" kotest = "5.5.4" kotest-plugin = "5.5.4" -kotlin = "1.7.22" +kotlin = "1.8.0" kotlinBinaryCompatibilityValidator = "0.12.1" kover = "0.6.1" nexusPublish = "1.1.0" diff --git a/settings.gradle.kts b/settings.gradle.kts index 94a577d..9d85c3e 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -4,7 +4,7 @@ enableFeaturePreview("VERSION_CATALOGS") rootProject.name = "Saga" plugins { - id("com.gradle.enterprise") version "3.12" + id("com.gradle.enterprise") version "3.12.1" } dependencyResolutionManagement {