Skip to content

Commit e16f98c

Browse files
dependabot[bot]gesellix
authored andcommitted
Bump kotlin-stdlib-common from 1.6.21 to 1.7.0
Bumps [kotlin-stdlib-common](https://github.com/JetBrains/kotlin) from 1.6.21 to 1.7.0. - [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) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib-common dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7462bb0 commit e16f98c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ dependencies {
8383

8484
val dependencyVersions = listOf(
8585
"org.jetbrains.kotlin:kotlin-stdlib:1.6.20",
86-
"org.jetbrains.kotlin:kotlin-stdlib-common:1.6.21",
86+
"org.jetbrains.kotlin:kotlin-stdlib-common:1.7.0",
8787
"org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.2",
8888
"org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.2",
8989
"org.jetbrains.kotlinx:kotlinx-coroutines-debug:1.6.2",

0 commit comments

Comments
 (0)