Skip to content

Commit

Permalink
Bump specs2-core 4.10.0 (close #141)
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyand committed Jul 8, 2020
1 parent 5937a9a commit 3fa5f94
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 @@ -18,5 +18,5 @@ object Dependencies {
val cats = "org.typelevel" %% "cats-core" % "2.1.1"
val lruMap = "com.snowplowanalytics" %% "scala-lru-map" % "0.4.0"
val scalaCheck = "org.scalacheck" %% "scalacheck" % "1.14.3" % Test
val specs2 = "org.specs2" %% "specs2-core" % "4.4.1" % Test
val specs2 = "org.specs2" %% "specs2-core" % "4.10.0" % Test
}

0 comments on commit 3fa5f94

Please sign in to comment.