Skip to content

Commit

Permalink
Update scalamock to 5.1.0 (#165)
Browse files Browse the repository at this point in the history
* Update scalamock to 5.1.0

* Update scalamock to 5.1.0

Co-authored-by: semenodm <[email protected]>
  • Loading branch information
scala-steward and semenodm authored Dec 14, 2020
1 parent 0ad949b commit 5b3ec75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ object Dependencies {
val TestLib = Seq(
libraryDependencies ++= Seq(
"io.github.sullis" %% "jms-testkit" % "0.2.8" % Test, // ApacheV2
"org.scalamock" %% "scalamock" % "5.0.0" % Test,
"org.scalamock" %% "scalamock" % "5.1.0" % Test,
"org.scalatest" %% "scalatest" % "3.2.3" % Test, // ApacheV2
"com.dimafeng" %% "testcontainers-scala" % "0.38.7" % Test,
"org.mockito" % "mockito-core" % "3.6.28" % Test,
Expand Down

0 comments on commit 5b3ec75

Please sign in to comment.