Skip to content

Commit

Permalink
Update specs2-core, specs2-mock to 4.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and mauriciojost committed Feb 20, 2021
1 parent c5beba5 commit 23deeb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ libraryDependencies ++= Seq(

libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest" % "3.2.3" % "test",
"org.specs2" %% "specs2-core" % "4.10.5" % "test",
"org.specs2" %% "specs2-mock" % "4.10.5" % "test",
"org.specs2" %% "specs2-core" % "4.10.6" % "test",
"org.specs2" %% "specs2-mock" % "4.10.6" % "test",
"commons-io" % "commons-io" % "2.8.0" % "test"
)

Expand Down

0 comments on commit 23deeb6

Please sign in to comment.