Skip to content

Commit ac5ea7e

Browse files
chore(deps): update all dependencies
| datasource | package | from | to | | ----------- | -------------------------------------- | ---------- | -------------- | | github-tags | codecov/codecov-action | v4.1.0 | v4.1.1 | | maven | io.arrow-kt:arrow-core | 1.2.3 | 1.2.4 | | maven | io.github.hoc081098:FlowExt | 0.8.1-Beta | 0.8.1-SNAPSHOT | | maven | com.squareup.retrofit2:converter-moshi | 2.10.0 | 2.11.0 | | maven | com.squareup.retrofit2:retrofit | 2.10.0 | 2.11.0 |
1 parent a1a124a commit ac5ea7e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/unit-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ jobs:
4141
run: ./gradlew :app:koverXmlReport --warning-mode all --stacktrace
4242

4343
- name: Upload Test Report
44-
uses: codecov/codecov-action@v4.1.0
44+
uses: codecov/codecov-action@v4.1.1

buildSrc/src/main/kotlin/deps.kt

+4-4
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ object deps {
4444
}
4545

4646
object squareup {
47-
const val retrofit = "com.squareup.retrofit2:retrofit:2.10.0"
48-
const val converterMoshi = "com.squareup.retrofit2:converter-moshi:2.10.0"
47+
const val retrofit = "com.squareup.retrofit2:retrofit:2.11.0"
48+
const val converterMoshi = "com.squareup.retrofit2:converter-moshi:2.11.0"
4949
const val loggingInterceptor = "com.squareup.okhttp3:logging-interceptor:4.12.0"
5050
const val moshiKotlin = "com.squareup.moshi:moshi-kotlin:1.15.1"
5151
const val leakCanary = "com.squareup.leakcanary:leakcanary-android:2.13"
@@ -70,11 +70,11 @@ object deps {
7070

7171
const val coil = "io.coil-kt:coil:2.6.0"
7272
const val viewBindingDelegate = "com.github.hoc081098:ViewBindingDelegate:1.4.0"
73-
const val flowExt = "io.github.hoc081098:FlowExt:0.8.1-Beta"
73+
const val flowExt = "io.github.hoc081098:FlowExt:0.8.1-SNAPSHOT"
7474
const val timber = "com.jakewharton.timber:timber:5.0.1"
7575

7676
object arrow {
77-
private const val version = "1.2.3"
77+
private const val version = "1.2.4"
7878
const val core = "io.arrow-kt:arrow-core:$version"
7979
}
8080

0 commit comments

Comments
 (0)