We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc8f40f commit 4228913Copy full SHA for 4228913
2 files changed
CHANGELOG.md
@@ -21,6 +21,7 @@
21
22
### Stack
23
24
+- :arrow_up: [dagger](https://github.com/google/dagger/releases/tag/dagger-2.56.2) `2.55` → `2.56.2` :warning: *(Potentially breaking changes)*
25
- :arrow_up: [junit](https://junit.org/junit5/docs/5.12.2/release-notes/) `5.12.0` → `5.12.2`
26
- :arrow_up: [kotlin](https://github.com/JetBrains/kotlin/releases/tag/v2.1.20) `2.1.10` → `2.1.20`
27
- :arrow_up: [kotlinx-coroutines](https://github.com/Kotlin/kotlinx.coroutines/releases/tag/1.10.2) `1.10.1` → `1.10.2`
versions-stack/libs.versions.toml
@@ -30,7 +30,7 @@ retrofit = "2.11.0" # https://github.com/square/retrofit/blob/master/CHANGELOG.m
30
tink = "1.17.0"
31
32
# DI
33
-dagger = "2.55"
+dagger = "2.56.2"
34
javax-inject = "1"
35
36
# Test
0 commit comments