Skip to content

Commit

Permalink
Update project version in README to 0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cb372 committed Dec 10, 2015
1 parent e9b83b4 commit f2eafc9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ cache.get("key") // returns Future[Option[User]]
SBT:

```
libraryDependencies += "com.github.cb372" %% "scalacache-guava" % "0.7.4"
libraryDependencies += "com.github.cb372" %% "scalacache-guava" % "0.7.5"
```

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

```
libraryDependencies += "com.github.cb372" %% "scalacache-memcached" % "0.7.4"
libraryDependencies += "com.github.cb372" %% "scalacache-memcached" % "0.7.5"
```

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

```
libraryDependencies += "com.github.cb372" %% "scalacache-ehcache" % "0.7.4"
libraryDependencies += "com.github.cb372" %% "scalacache-ehcache" % "0.7.5"
```

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

```
libraryDependencies += "com.github.cb372" %% "scalacache-redis" % "0.7.4"
libraryDependencies += "com.github.cb372" %% "scalacache-redis" % "0.7.5"
```

Usage:
Expand Down Expand Up @@ -407,7 +407,7 @@ ScalaCache also supports [sharded Redis](https://github.com/xetorthio/jedis/wiki
SBT:

```
libraryDependencies += "com.github.cb372" %% "scalacache-lrumap" % "0.7.4"
libraryDependencies += "com.github.cb372" %% "scalacache-lrumap" % "0.7.5"
```

Usage:
Expand All @@ -427,7 +427,7 @@ Note that Caffeine requires Java 8 or newer.
SBT:

```
libraryDependencies += "com.github.cb372" %% "scalacache-caffeine" % "0.7.4"
libraryDependencies += "com.github.cb372" %% "scalacache-caffeine" % "0.7.5"
```

Usage:
Expand Down

0 comments on commit f2eafc9

Please sign in to comment.