Skip to content

Commit 02e5fc4

Browse files
Bump KOTLIN_VERSION from 2.1.10 to 2.1.21 (#949)
Bumps `KOTLIN_VERSION` from 2.1.10 to 2.1.21. Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.1.10 to 2.1.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.1.21/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.1.10...v2.1.21) Updates `org.jetbrains.kotlin:kotlin-stdlib` from 2.1.10 to 2.1.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.1.21/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.1.10...v2.1.21) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-version: 2.1.21 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-version: 2.1.21 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent adb0e63 commit 02e5fc4

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
@@ -1,6 +1,6 @@
11
buildscript {
22
ext {
3-
KOTLIN_VERSION = "2.1.10"
3+
KOTLIN_VERSION = "2.1.21"
44
KETHEREUM_VERSION = "0.86.0"
55
}
66

0 commit comments

Comments
 (0)