Bump kotlin-stdlib-jdk8 from 1.5.31 to 1.6.0

Bumps [kotlin-stdlib-jdk8](https://github.com/JetBrains/kotlin) from 1.5.31 to 1.6.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/compare/v1.5.31...v1.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/1222/head
dependabot[bot] 4 years ago committed by GitHub
parent fc645a81bc
commit 04311e2576
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -87,7 +87,7 @@ android {
dependencies {
val daggerVersion = "2.40.3"
val kotlinVersion = "1.5.31"
val kotlinVersion = "1.6.0"
val kxCoroutinesVersion = "1.5.2"
val ktorVersion = "1.6.6"
val espressoVersion = "3.4.0"

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

Loading…
Cancel
Save