Skip to content

Commit

Permalink
Update specs2-matcher-extra to 4.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent 6622662 commit 60d752b
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 @@ -34,7 +34,7 @@ libraryDependencies ++= Seq(
"com.typesafe.play" %% "play-json" % "2.9.4",
"org.scala-lang.modules" %% "scala-xml" % "2.0.1",
"org.specs2" %% "specs2-core" % "4.13.3" % Test,
"org.specs2" %% "specs2-matcher-extra" % "4.13.2" % Test,
"org.specs2" %% "specs2-matcher-extra" % "4.13.3" % Test,
"org.specs2" %% "specs2-mock" % "4.13.2" % Test,
"org.hamcrest" % "hamcrest-all" % "1.3" % Test
)
Expand Down

0 comments on commit 60d752b

Please sign in to comment.