File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
build-logic/src/main/kotlin Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 33object libs {
44 object versions {
55 const val kotlin = " 1.5.31"
6- const val junitJupiter = " 5.8.1 "
7- const val junitVintage = " 5.8.1 "
8- const val junitPlatform = " 1.8.1 "
6+ const val junitJupiter = " 5.8.2 "
7+ const val junitVintage = " 5.8.2 "
8+ const val junitPlatform = " 1.8.2 "
99 const val truth = " 1.1.3"
1010 const val androidXTest = " 1.4.0"
1111 const val compose = " 1.0.5"
Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ Change Log
33
44## Unreleased
55
6+ ## 1.8.2.0 (2021-12-19)
7+ - JUnit 5.8.2
8+
69## 1.8.1.0 (2021-12-19)
710- JUnit 5.8.1
811- Replaced deprecated method ` Report.setEnabled ` with ` Report.required.set ` to remove deprecation warnings in Gradle 7+ (CC @gmarques33 , #260 )
You can’t perform that action at this time.
0 commit comments