Skip to content

Commit

Permalink
Update specs2-mock to 4.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent 60d752b commit 76f2cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ libraryDependencies ++= Seq(
"org.scala-lang.modules" %% "scala-xml" % "2.0.1",
"org.specs2" %% "specs2-core" % "4.13.3" % Test,
"org.specs2" %% "specs2-matcher-extra" % "4.13.3" % Test,
"org.specs2" %% "specs2-mock" % "4.13.2" % Test,
"org.specs2" %% "specs2-mock" % "4.13.3" % Test,
"org.hamcrest" % "hamcrest-all" % "1.3" % Test
)

Expand Down

0 comments on commit 76f2cd1

Please sign in to comment.