Skip to content

Commit

Permalink
use more specific scalatest packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jtjeferreira committed Feb 19, 2022
1 parent a837ba3 commit 735ad37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ configure(scalaProjects) {
testImplementation(platform("org.junit:junit-bom:$junitBomVersion"))
testImplementation("org.junit.vintage:junit-vintage-engine")

testImplementation('org.scalatest:scalatest_%%:3.2.9')
testImplementation('org.scalatest:scalatest-flatspec_%%:3.2.9')
testImplementation('org.scalatest:scalatest-shouldmatchers_%%:3.2.9')
testImplementation('org.scalatestplus:junit-4-13_%%:3.2.9.0')
testImplementation('org.scalamock:scalamock_%%:4.4.0')
testImplementation('ch.qos.logback:logback-classic:1.1.3')
Expand Down

0 comments on commit 735ad37

Please sign in to comment.