Skip to content

Commit

Permalink
Fixed scalatest version
Browse files Browse the repository at this point in the history
  • Loading branch information
viktor-podzigun committed Nov 16, 2022
1 parent afc80ef commit ddd4b59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import sbt._

trait CommonTestLibs {

val scalaTestVersion = "3.2.14"
val scalaTestVersion = "3.2.10"
val scalaTestPlusMockitoVersion = "3.2.10.0"
val scalaTestPlusPlayVersion = "5.1.0"
val scalaMockVersion = "5.2.0"
Expand Down

0 comments on commit ddd4b59

Please sign in to comment.