Skip to content

Commit

Permalink
Update specs2-core to 4.10.6 (#348)
Browse files Browse the repository at this point in the history
[skip release]
  • Loading branch information
scala-steward authored Jan 27, 2021
1 parent f748154 commit 46071ee
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 @@ -15,7 +15,7 @@ object Dependencies {
val scalatest = "org.scalatest" %% "scalatest" % scalatestVersion

val specs2 = Seq(
"org.specs2" %% "specs2-core" % "4.10.5" % "provided",
"org.specs2" %% "specs2-core" % "4.10.6" % "provided",
"org.hamcrest" % "hamcrest-core" % "2.2" % "provided"
)

Expand Down

0 comments on commit 46071ee

Please sign in to comment.