Bump kotlin-stdlib-jdk8 from 1.5.0 to 1.5.10 (#932)

Bumps [kotlin-stdlib-jdk8](https://github.com/JetBrains/kotlin) from 1.5.0 to 1.5.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.5.0...v1.5.10)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/941/head
dependabot[bot] 4 years ago committed by GitHub
parent 55b841a8b4
commit 4d7d8b6206
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -89,7 +89,7 @@ android {
dependencies {
val daggerVersion = "2.36"
val kotlinVersion = "1.5.0"
val kotlinVersion = "1.5.10"
val kxCoroutinesVersion = "1.4.2"
val ktorVersion = "1.5.4"
val espressoVersion = "3.3.0"

@ -34,7 +34,7 @@ application {
dependencies {
val ktorVersion = "1.5.4"
val kotlinVersion = "1.5.0"
val kotlinVersion = "1.5.10"
val logbackVersion = "1.2.3"
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion")
implementation("io.ktor:ktor-server-netty:$ktorVersion")

Loading…
Cancel
Save