Skip to content

Commit

Permalink
JUnit 5.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mannodermaus committed Sep 17, 2021
1 parent 661d1bf commit c1c7fcf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build-logic/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
object libs {
object versions {
const val kotlin = "1.5.21"
const val junitJupiter = "5.8.0-M1"
const val junitVintage = "5.8.0-M1"
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"
const val truth = "1.1.3"
const val androidXTest = "1.4.0"
}
Expand Down

0 comments on commit c1c7fcf

Please sign in to comment.