Skip to content

Commit

Permalink
Release 2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-manes committed Feb 16, 2021
1 parent 037e7a6 commit 70b3a51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ Powering infrastructure near you:
Download from [Maven Central][maven] or depend via Gradle:

```gradle
implementation 'com.github.ben-manes.caffeine:caffeine:2.8.8'
implementation 'com.github.ben-manes.caffeine:caffeine:2.9.0'
// Optional extensions
implementation 'com.github.ben-manes.caffeine:guava:2.8.8'
implementation 'com.github.ben-manes.caffeine:jcache:2.8.8'
implementation 'com.github.ben-manes.caffeine:guava:2.9.0'
implementation 'com.github.ben-manes.caffeine:jcache:2.9.0'
```

See the [release notes][releases] for details of the changes.
Expand Down
3 changes: 0 additions & 3 deletions simulator/src/main/resources/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,6 @@ caffeine.simulator {
product.Ehcache3,
product.ExpiringMap,
product.ElasticSearch,

# Requires JDK9
#product.Collision,
]

# The admission policy (opposite of eviction policy)
Expand Down

0 comments on commit 70b3a51

Please sign in to comment.