File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
77// Top-level build file where you can add configuration options common to all sub-projects/modules.
88
99plugins {
10- id(" org.jetbrains.kotlinx.kover" ) version " 0.7.3 " apply false
10+ id(" org.jetbrains.kotlinx.kover" ) version " 0.7.4 " apply false
1111 id(" com.diffplug.spotless" ) version " 6.22.0" apply false
1212}
1313
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ object deps {
4646 object squareup {
4747 const val retrofit = " com.squareup.retrofit2:retrofit:2.9.0"
4848 const val converterMoshi = " com.squareup.retrofit2:converter-moshi:2.9.0"
49- const val loggingInterceptor = " com.squareup.okhttp3:logging-interceptor:4.11 .0"
49+ const val loggingInterceptor = " com.squareup.okhttp3:logging-interceptor:4.12 .0"
5050 const val moshiKotlin = " com.squareup.moshi:moshi-kotlin:1.15.0"
5151 const val leakCanary = " com.squareup.leakcanary:leakcanary-android:2.12"
5252 }
You can’t perform that action at this time.
0 commit comments