Skip to content

Commit

Permalink
chore(deps): Bump kotlin_version from 1.6.20 to 1.6.21
Browse files Browse the repository at this point in the history
Bumps `kotlin_version` from 1.6.20 to 1.6.21.

Updates `kotlin-gradle-plugin` from 1.6.20 to 1.6.21
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.6.21/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.6.20...v1.6.21)

Updates `kotlin-stdlib-jdk8` from 1.6.20 to 1.6.21
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.6.21/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.6.20...v1.6.21)

---
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-jdk8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and rm3l committed Apr 30, 2022
1 parent 7ba2166 commit b2b2f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ buildscript {
ext.maoni_group = 'org.rm3l'
ext.maoni_version = '10.0.0'

ext.kotlin_version = '1.6.20'
ext.kotlin_version = '1.6.21'
ext.anko_version = '0.10.8'

ext.aboutlibraries_version = '8.9.4'
Expand Down

0 comments on commit b2b2f96

Please sign in to comment.