Skip to content

Commit b2733bc

Browse files
Bump kotlinVersion from 1.4.30 to 1.4.31 (#331)
Bumps `kotlinVersion` from 1.4.30 to 1.4.31. Updates `kotlin-gradle-plugin` from 1.4.30 to 1.4.31 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) Updates `kotlin-compiler` from 1.4.30 to 1.4.31 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 98c7dde commit b2733bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

marker/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repositories {
2424

2525
dependencies {
2626
val intellijVersion = "202.7660.26"
27-
val kotlinVersion = "1.4.30"
27+
val kotlinVersion = "1.4.31"
2828

2929
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.2")
3030
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")

0 commit comments

Comments
 (0)