From 1d3b073aa3066ccdaeb6533575e9b363c05cdc1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 May 2022 03:13:31 +0000 Subject: [PATCH] Bump org.jetbrains.kotlin.jvm from 1.5.20-M1 to 1.7.0-Beta Bumps [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) from 1.5.20-M1 to 1.7.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..4762b9c 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.7.0-Beta" id "com.github.johnrengelman.shadow" version "7.0.0" id "net.kyori.blossom" version "1.3.0" }