Skip to content

Commit 27e6df6

Browse files
Bump kotlinVersion from 1.6.0 to 1.6.10 (#2514)
Bumps `kotlinVersion` from 1.6.0 to 1.6.10. Updates `kotlin-gradle-plugin` from 1.6.0 to 1.6.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.6.10/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.6.0...v1.6.10) Updates `kotlin-stdlib` from 1.6.0 to 1.6.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.6.10/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.6.0...v1.6.10) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 95bc5b2 commit 27e6df6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ buildscript {
1515

1616
classpath 'com.google.googlejavaformat:google-java-format:1.13.0'
1717
classpath 'com.android.tools.build:gradle:4.2.0'
18-
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.0"
18+
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10"
1919
}
2020
}
2121

gradle/dependencies.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ libraries.bndGradle = 'biz.aQute.bnd:biz.aQute.bnd.gradle:6.1.0'
3434

3535
libraries.groovy = 'org.codehaus.groovy:groovy:3.0.9'
3636

37-
def kotlinVersion = '1.6.0'
37+
def kotlinVersion = '1.6.10'
3838
libraries.kotlin = [
3939
version: kotlinVersion,
4040

0 commit comments

Comments
 (0)