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 661d1bf commit c1c7fcfCopy full SHA for c1c7fcf
build-logic/src/main/kotlin/Dependencies.kt
@@ -3,9 +3,9 @@
3
object libs {
4
object versions {
5
const val kotlin = "1.5.21"
6
- const val junitJupiter = "5.8.0-M1"
7
- const val junitVintage = "5.8.0-M1"
8
- const val junitPlatform = "1.8.0-M1"
+ const val junitJupiter = "5.8.0"
+ const val junitVintage = "5.8.0"
+ const val junitPlatform = "1.8.0"
9
const val truth = "1.1.3"
10
const val androidXTest = "1.4.0"
11
}
0 commit comments