From 310fbb26988d3584e8035278ae8d64ff22faa21d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 06:07:25 +0000 Subject: [PATCH] Bump plugin.serialization from 1.6.10 to 1.8.0 Bumps [plugin.serialization](https://github.com/JetBrains/kotlin) from 1.6.10 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/compare/v1.6.10...v1.8.0) --- updated-dependencies: - dependency-name: plugin.serialization dependency-type: direct:production update-type: version-update:semver-minor ... 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 c5f8593..69cdfa4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,6 +1,6 @@ plugins { kotlin("jvm") version "1.6.21" - kotlin("plugin.serialization") version "1.6.10" + kotlin("plugin.serialization") version "1.8.0" id("com.squareup.sqldelight") version "1.5.2" id("com.github.johnrengelman.shadow") version "7.1.0"