diff --git a/buildSrc/src/main/kotlin/deps.kt b/buildSrc/src/main/kotlin/deps.kt index 43832aaa..d5b57b03 100644 --- a/buildSrc/src/main/kotlin/deps.kt +++ b/buildSrc/src/main/kotlin/deps.kt @@ -53,7 +53,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.13" const val moshiKotlin = "com.squareup.moshi:moshi-kotlin:1.15.1" const val leakCanary = "com.squareup.leakcanary:leakcanary-android:2.12" }