Skip to content

Commit

Permalink
ScalaMock-3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pawel-wiejacha committed Apr 20, 2015
1 parent 433bfbc commit cf8aa67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@ To use ScalaMock in [sbt](http://www.scala-sbt.org/) with [ScalaTest](http://www

```scala
libraryDependencies +=
"org.scalamock" %% "scalamock-scalatest-support" % "3.2.1" % "test"
"org.scalamock" %% "scalamock-scalatest-support" % "3.2.2" % "test"
```

and with [Specs2](http://etorreborre.github.com/specs2/):

```scala
libraryDependencies +=
"org.scalamock" %% "scalamock-specs2-support" % "3.2.1" % "test"
"org.scalamock" %% "scalamock-specs2-support" % "3.2.2" % "test"
```

## Documentation
Expand Down
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import Keys._
import sbt.inc.Analysis

object BuildSettings {
val buildVersion = "3.2.1"
val buildVersion = "3.2.2"
val buildScalaVersion = "2.11.5"

val buildSettings = Defaults.coreDefaultSettings ++ Seq(
Expand Down

0 comments on commit cf8aa67

Please sign in to comment.