Skip to content

Commit

Permalink
Merge pull request #13 from AppsFlyer/caffeine-2.8.8
Browse files Browse the repository at this point in the history
caffeine 2.8.8
  • Loading branch information
barkanido authored Dec 8, 2020
2 parents 3dba9fb + f2cd2c5 commit 2244184
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#### VERSION 0.1.8
* Bump caffeine to 2.8.8

#### VERSION 0.1.7
* Bump caffeine to 2.8.7

Expand Down
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
(defproject com.appsflyer/cloffeine "0.1.7"
(defproject com.appsflyer/cloffeine "0.1.8"
:description "A warpper over https://github.com/ben-manes/caffeine"
:url "https://github.com/AppsFlyer/cloffeine"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[com.github.ben-manes.caffeine/caffeine "2.8.7"]]
:dependencies [[com.github.ben-manes.caffeine/caffeine "2.8.8"]]
:plugins [[lein-codox "0.10.7"]]
:codox {:output-path "codox"
:source-uri "http://github.com/AppsFlyer/cloffeine/blob/{version}/{filepath}#L{line}"
Expand Down

0 comments on commit 2244184

Please sign in to comment.