Skip to content

Commit

Permalink
fix(deps): update dependency com.android.tools:desugar_jdk_libs to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 2, 2023
1 parent 383a111 commit b6b1913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/deps.kt
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ object deps {
const val fx = "io.arrow-kt:arrow-fx-coroutines:$version"
}

const val desugarJdkLibs = "com.android.tools:desugar_jdk_libs:1.2.2"
const val desugarJdkLibs = "com.android.tools:desugar_jdk_libs:2.0.4"
const val napier = "io.github.aakira:napier:2.6.1"

object slack {
Expand Down

0 comments on commit b6b1913

Please sign in to comment.