Skip to content

Commit

Permalink
Remove Truth8
Browse files Browse the repository at this point in the history
  • Loading branch information
will-molloy committed Jun 9, 2024
1 parent 35d9b58 commit ac8135c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ subprojects {
val mockitoVersion = "5.12.0"
testImplementation("org.junit.jupiter:junit-jupiter:$junitVersion")
testImplementation("com.google.truth:truth:$truthVersion")
testImplementation("com.google.truth.extensions:truth-java8-extension:$truthVersion")
testImplementation("org.mockito:mockito-core:$mockitoVersion")
testImplementation("org.mockito:mockito-junit-jupiter:$mockitoVersion")

Expand Down

0 comments on commit ac8135c

Please sign in to comment.