From 8f2f51796b02646dab0ae15cc0fa640683a78fd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 15:21:02 +0000 Subject: [PATCH] build(deps): Bump jvm from 1.8.0 to 1.9.0 Bumps [jvm](https://github.com/JetBrains/kotlin) from 1.8.0 to 1.9.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.8.0...v1.9.0) --- updated-dependencies: - dependency-name: jvm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index e24eb5f..4edc038 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -8,7 +8,7 @@ repositories { } plugins { - kotlin("jvm") version "1.8.0" + kotlin("jvm") version "1.9.0" id("org.jetbrains.compose") version "1.4.0" kotlin("plugin.serialization") version "1.8.0" id("jacoco")