Skip to content

Commit 5cfa5d7

Browse files
chore(deps): bump kotlin_version in /tutorials/kotlin/Polygons (#393)
Bumps `kotlin_version` from 1.4.10 to 1.4.20. Updates `kotlin-gradle-plugin` from 1.4.10 to 1.4.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.4.20/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.4.10...v1.4.20) Updates `kotlin-stdlib-jdk7` from 1.4.10 to 1.4.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.4.20/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.4.10...v1.4.20) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent b9d2916 commit 5cfa5d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/kotlin/Polygons/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
4-
ext.kotlin_version = '1.4.10'
4+
ext.kotlin_version = '1.4.20'
55
repositories {
66
jcenter()
77
google()

0 commit comments

Comments
 (0)