Skip to content

Commit

Permalink
Update project version in README to 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Birchall committed Feb 10, 2015
1 parent 40763a7 commit c234849
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ def getUser(id: Int, skipCache: Boolean): User = {
SBT:

```
libraryDependencies += "com.github.cb372" %% "scalacache-guava" % "0.5.1"
libraryDependencies += "com.github.cb372" %% "scalacache-guava" % "0.5.2"
```

Usage:
Expand Down Expand Up @@ -252,7 +252,7 @@ implicit val scalaCache = ScalaCache(GuavaCache(underlyingGuavaCache))
SBT:

```
libraryDependencies += "com.github.cb372" %% "scalacache-memcached" % "0.5.1"
libraryDependencies += "com.github.cb372" %% "scalacache-memcached" % "0.5.2"
```

Usage:
Expand Down Expand Up @@ -290,7 +290,7 @@ ScalaCache provides two `KeySanitizer` implementations that convert your cache k
SBT:

```
libraryDependencies += "com.github.cb372" %% "scalacache-ehcache" % "0.5.1"
libraryDependencies += "com.github.cb372" %% "scalacache-ehcache" % "0.5.2"
```

Usage:
Expand All @@ -312,7 +312,7 @@ implicit val scalaCache = ScalaCache(EhcacheCache(underlying))
SBT:

```
libraryDependencies += "com.github.cb372" %% "scalacache-redis" % "0.5.1"
libraryDependencies += "com.github.cb372" %% "scalacache-redis" % "0.5.2"
```

Usage:
Expand Down

0 comments on commit c234849

Please sign in to comment.