Bump kotlin-stdlib-jdk8 from 1.4.21 to 1.4.21-2 (#738)

Bumps [kotlin-stdlib-jdk8](https://github.com/JetBrains/kotlin) from 1.4.21 to 1.4.21-2.
- [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.4.21...v1.4.21-2)

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

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

@ -68,7 +68,7 @@ android {
dependencies {
val daggerVersion = "2.31.2"
val kotlinVersion = "1.4.21"
val kotlinVersion = "1.4.21-2"
val kxCoroutinesVersion = "1.4.2"
val ktorVersion = "1.5.0"
val espressoVersion = "3.3.0"

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

Loading…
Cancel
Save