Bump kotlin-stdlib-jdk8 from 1.6.0 to 1.6.10

Bumps [kotlin-stdlib-jdk8](https://github.com/JetBrains/kotlin) from 1.6.0 to 1.6.10.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.6.0...v1.6.10)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/1215/head
dependabot[bot] 4 years ago committed by Quentin Hibon
parent d84abc3a6a
commit c47bd4c328

@ -87,7 +87,7 @@ android {
dependencies {
val daggerVersion = "2.40.5"
val kotlinVersion = "1.6.0"
val kotlinVersion = "1.6.10"
val kxCoroutinesVersion = "1.6.0"
val ktorVersion = "1.6.7"
val espressoVersion = "3.4.0"

@ -34,7 +34,7 @@ application {
dependencies {
val ktorVersion = "1.6.7"
val kotlinVersion = "1.6.0"
val kotlinVersion = "1.6.10"
val logbackVersion = "1.2.10"
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion")
implementation("io.ktor:ktor-server-netty:$ktorVersion")

Loading…
Cancel
Save