From 13718e97cd40dc8adef493ef299722007b3f71c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 10:08:22 +0000 Subject: [PATCH] Bump jvm from libs.versions.kotlin to 1.8.0 Bumps [jvm](https://github.com/JetBrains/kotlin) from libs.versions.kotlin to 1.8.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits/v1.8.0) --- updated-dependencies: - dependency-name: jvm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 1d3367c..2bf81fa 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,7 +1,7 @@ // Remove when https://youtrack.jetbrains.com/issue/KTIJ-19369 and https://github.com/gradle/gradle/issues/22797 are fixed @Suppress("DSL_SCOPE_VIOLATION") plugins { - kotlin("jvm") version libs.versions.kotlin + kotlin("jvm") version 1.8.0 alias(libs.plugins.jmh) alias(libs.plugins.consistent.versions) alias(libs.plugins.kover)