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 e5377e8 commit 8e3261bCopy full SHA for 8e3261b
build-logic/src/main/kotlin/Dependencies.kt
@@ -3,9 +3,9 @@
3
object libs {
4
object versions {
5
const val kotlin = "1.5.31"
6
- const val junitJupiter = "5.8.0"
7
- const val junitVintage = "5.8.0"
8
- const val junitPlatform = "1.8.0"
+ const val junitJupiter = "5.8.1"
+ const val junitVintage = "5.8.1"
+ const val junitPlatform = "1.8.1"
9
const val truth = "1.1.3"
10
const val androidXTest = "1.4.0"
11
const val compose = "1.0.5"
0 commit comments