diff --git a/buildSrc/src/main/kotlin/deps.kt b/buildSrc/src/main/kotlin/deps.kt index a35caa8b..f0735854 100644 --- a/buildSrc/src/main/kotlin/deps.kt +++ b/buildSrc/src/main/kotlin/deps.kt @@ -54,7 +54,7 @@ object deps { object squareup { const val retrofit = "com.squareup.retrofit2:retrofit:2.9.0" const val converterMoshi = "com.squareup.retrofit2:converter-moshi:2.9.0" - const val loggingInterceptor = "com.squareup.okhttp3:logging-interceptor:5.0.0-alpha.2" + const val loggingInterceptor = "com.squareup.okhttp3:logging-interceptor:5.0.0-alpha.11" const val moshiKotlin = "com.squareup.moshi:moshi-kotlin:1.12.0" const val leakCanary = "com.squareup.leakcanary:leakcanary-android:2.9.1" }