Skip to content

Commit

Permalink
Bump specs2-core to 3.9.1 (closes #89)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenFradet committed Jul 4, 2017
1 parent b68bee4 commit 550c1ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ object Dependencies {
val scalaz7 = "7.2.13"
val snowplowTracker = "0.1.0"
// Scala (test only)
val specs2 = "2.2"
val specs2 = "3.9.1"
}

object Libraries {
Expand All @@ -59,6 +59,6 @@ object Dependencies {
val scalaz7 = "org.scalaz" %% "scalaz-core" % V.scalaz7
val snowplowTracker = "com.snowplowanalytics" %% "snowplow-scala-tracker" % V.snowplowTracker
// Scala (test only)
val specs2 = "org.specs2" %% "specs2" % V.specs2 % "test"
val specs2 = "org.specs2" %% "specs2-core" % V.specs2 % "test"
}
}

0 comments on commit 550c1ae

Please sign in to comment.