Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ object Dependencies {
val scalacheck = "org.scalacheck" %% "scalacheck" % "1.19.0" % Test
val easymock = "org.easymock" % "easymock" % "5.6.0" % Test

val scalaTestVersion = "3.2.15"
val scalaTestVersion = "3.2.20"
val scalatest = "org.scalatest" %% "scalatest" % scalaTestVersion % Test
val scalatestplusEasymock = "org.scalatestplus" %% "easymock-4-3" % s"${scalaTestVersion}.0" % Test
val scalatestplusJunit = "org.scalatestplus" %% "junit-4-13" % s"${scalaTestVersion}.0" % Test
Expand Down
Loading