Skip to content

Commit 47aada3

Browse files
dependabot[bot]tschuchortdev
authored andcommitted
Bump embedded_kotlin_version from 1.6.20 to 1.6.21
Bumps `embedded_kotlin_version` from 1.6.20 to 1.6.21. Updates `kotlin-scripting-compiler` 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-compiler-embeddable` 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-annotation-processing-embeddable` 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-scripting-compiler dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-compiler-embeddable dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-annotation-processing-embeddable dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 75907dc commit 47aada3

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.kotlin_version = '1.6.20'
3-
ext.embedded_kotlin_version = '1.6.20'
3+
ext.embedded_kotlin_version = '1.6.21'
44

55
repositories {
66
mavenCentral()

0 commit comments

Comments
 (0)