From 7da368415358c14d81cb927682e3383422a4219f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jun 2022 14:33:27 +0000 Subject: [PATCH] Bump kotlin_version from 1.6.10 to 1.7.0 Bumps `kotlin_version` from 1.6.10 to 1.7.0. Updates `kotlin-gradle-plugin` from 1.6.10 to 1.7.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.7.0/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.6.10...v1.7.0) Updates `kotlin-reflect` from 1.6.10 to 1.7.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.7.0/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.6.10...v1.7.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlin:kotlin-reflect dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d71b17f..2e9b857 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { coil_version = '1.4.0' hilt_version = '2.41' truth_version = '1.1.3' - kotlin_version = '1.6.10' + kotlin_version = '1.7.0' compose_version = '1.1.1' accompanist_version = '0.23.1' lifecycle_version = '2.4.1'