Skip to content
This repository was archived by the owner on Nov 28, 2023. It is now read-only.

Commit 3049eba

Browse files
Bump kotlin_version from 1.5.0 to 1.5.10
Bumps `kotlin_version` from 1.5.0 to 1.5.10. Updates `kotlin-gradle-plugin` from 1.5.0 to 1.5.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.5.0...v1.5.10) Updates `kotlin-stdlib-jdk7` from 1.5.0 to 1.5.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.5.0...v1.5.10) Signed-off-by: dependabot[bot] <support@github.com>
1 parent b4003d1 commit 3049eba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import groovy.json.JsonSlurper
33
// Top-level build file where you can add configuration options common to all sub-projects/modules.
44

55
buildscript {
6-
ext.kotlin_version = '1.5.0'
6+
ext.kotlin_version = '1.5.10'
77

88
repositories {
99
google()

0 commit comments

Comments
 (0)