From 9df5f4d22043c218daf63a10e643e179b2340362 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Nov 2022 03:04:18 +0000 Subject: [PATCH] Bump org.jetbrains.kotlin.jvm from 1.5.20-M1 to 1.8.0-Beta Bumps [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) from 1.5.20-M1 to 1.8.0-Beta. - [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) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.jvm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index 2b0bcf4..5bbb0df 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,7 +1,7 @@ pluginManagement { plugins { id "java" - id "org.jetbrains.kotlin.jvm" version "1.5.20-M1" + id "org.jetbrains.kotlin.jvm" version "1.8.0-Beta" id "com.github.johnrengelman.shadow" version "7.0.0" id "net.kyori.blossom" version "1.3.0" }