We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b48df6c commit f2e7deaCopy full SHA for f2e7dea
build-logic/src/main/kotlin/Dependencies.kt
@@ -3,9 +3,9 @@
3
object libs {
4
object versions {
5
const val kotlin = "1.7.0"
6
- const val junitJupiter = "5.9.2"
7
- const val junitVintage = "5.9.2"
8
- const val junitPlatform = "1.9.2"
+ const val junitJupiter = "5.9.0"
+ const val junitVintage = "5.9.0"
+ const val junitPlatform = "1.9.0"
9
const val truth = "1.1.3"
10
const val androidXTest = "1.4.0"
11
const val compose = "1.2.0"
0 commit comments