Bump kotlin-stdlib-jdk8 from 1.4.30 to 1.4.31 (#821)

pull/832/head
dependabot[bot] 5 years ago committed by GitHub
parent fc26d7967f
commit e00ff99af7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -75,7 +75,7 @@ android {
dependencies { dependencies {
val daggerVersion = "2.33" val daggerVersion = "2.33"
val kotlinVersion = "1.4.30" val kotlinVersion = "1.4.31"
val kxCoroutinesVersion = "1.4.2" val kxCoroutinesVersion = "1.4.2"
val ktorVersion = "1.5.1" val ktorVersion = "1.5.1"
val espressoVersion = "3.3.0" val espressoVersion = "3.3.0"

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

Loading…
Cancel
Save