Skip to content

Commit

Permalink
Bump kotlin-stdlib from 1.7.10 to 1.7.20
Browse files Browse the repository at this point in the history
Bumps [kotlin-stdlib](https://github.com/JetBrains/kotlin) from 1.7.10 to 1.7.20.
- [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
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 15, 2022
1 parent bdd92d2 commit 3edd6b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Expand Up @@ -30,7 +30,7 @@ android {
}

dependencies {
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.7.10")
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.7.20")
implementation("com.willowtreeapps:fuzzywuzzy-kotlin-jvm:0.9.0")
implementation("dev.kdrag0n:colorkt:1.0.5")

Expand Down

0 comments on commit 3edd6b9

Please sign in to comment.