We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9ca1a0 commit 1b67b31Copy full SHA for 1b67b31
2 files changed
CHANGELOG.md
@@ -39,6 +39,7 @@
39
40
### Stack
41
42
+- :arrow_up: [dagger](https://github.com/google/dagger/releases/tag/dagger-2.57.1) `2.57` → `2.57.1`
43
- :arrow_up: [kotest](https://github.com/kotest/kotest/releases) `5.9.1` → `6.0.0` :warning:
44
- :arrow_up: [kotlin](https://github.com/JetBrains/kotlin/releases/tag/v2.2.10) `2.2.0` → `2.2.10`
45
- :arrow_up: [ksp](https://github.com/google/ksp/releases/tag/2.2.10-2.0.2) `2.2.0-2.0.2` → `2.2.10-2.0.2`
versions-stack/libs.versions.toml
@@ -30,7 +30,7 @@ retrofit = "3.0.0" # https://github.com/square/retrofit/blob/master/CHANGELOG.md
30
tink = "1.18.0"
31
32
# DI
33
-dagger = "2.57"
+dagger = "2.57.1"
34
javax-inject = "1"
35
36
# Test
0 commit comments