Update scalamock to 4.3.0 (#84)
This commit is contained in:
parent
0f8708e19f
commit
3a0402d568
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ val applicationSettings = Seq(
|
|||
val testDependencies = Seq(
|
||||
libraryDependencies ++= Seq(
|
||||
"org.scalatest" %% "scalatest" % "3.0.8" % Test,
|
||||
"org.scalamock" %% "scalamock" % "4.2.0" % Test
|
||||
"org.scalamock" %% "scalamock" % "4.3.0" % Test
|
||||
)
|
||||
)
|
||||
val commandLineParsing = Seq(
|
||||
|
|
Loading…
Reference in a new issue