Skip to content

Commit

Permalink
Update project version in README to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cb372 committed Dec 23, 2014
1 parent e00b012 commit 1f4d11f
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 @@ -209,7 +209,7 @@ def getUser(id: Int, skipCache: Boolean): User = {
SBT:

```
libraryDependencies += "com.github.cb372" %% "scalacache-guava" % "0.4.2"
libraryDependencies += "com.github.cb372" %% "scalacache-guava" % "0.5.0"
```

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

```
libraryDependencies += "com.github.cb372" %% "scalacache-memcached" % "0.4.2"
libraryDependencies += "com.github.cb372" %% "scalacache-memcached" % "0.5.0"
```

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

```
libraryDependencies += "com.github.cb372" %% "scalacache-ehcache" % "0.4.2"
libraryDependencies += "com.github.cb372" %% "scalacache-ehcache" % "0.5.0"
```

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

```
libraryDependencies += "com.github.cb372" %% "scalacache-redis" % "0.4.2"
libraryDependencies += "com.github.cb372" %% "scalacache-redis" % "0.5.0"
```

Usage:
Expand Down

0 comments on commit 1f4d11f

Please sign in to comment.