Skip to content

Commit

Permalink
specs2 4.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed May 5, 2020
1 parent 51ff31b commit afedbc4
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 @@ -14,7 +14,7 @@ object Dependencies {
lazy val scalaz_core = "org.scalaz" %% "scalaz-core" % "7.3.0"
lazy val paranamer = "com.thoughtworks.paranamer" % "paranamer" % "2.8"
lazy val specs = Def.setting(
"org.specs2" %% "specs2-scalacheck" % "4.9.3" % "test"
"org.specs2" %% "specs2-scalacheck" % "4.9.4" % "test"
)
lazy val mockito = "org.mockito" % "mockito-core" % "3.3.3" % "test"

Expand Down

0 comments on commit afedbc4

Please sign in to comment.