Update scalamock to 4.4.0 (#165)
This commit is contained in:
parent
656f3fec30
commit
2be82eafa2
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ val applicationSettings = Seq(
|
|||
val testDependencies = Seq(
|
||||
libraryDependencies ++= Seq(
|
||||
"org.scalatest" %% "scalatest" % "3.0.8" % Test,
|
||||
"org.scalamock" %% "scalamock" % "4.3.0" % Test
|
||||
"org.scalamock" %% "scalamock" % "4.4.0" % Test
|
||||
)
|
||||
)
|
||||
val commandLineParsing = Seq(
|
||||
|
|
Loading…
Reference in a new issue