brandonbloom / fipp

Fast Idiomatic Pretty Printer for Clojure
525 stars 44 forks source link

Fix Java 11 issues #51

Closed middlesphere closed 5 years ago

brandonbloom commented 5 years ago

I’ll get to this when I get to this. In the meantime, use exclusions and whatever your deps solution offers to specify the version you need.

On Fri, Sep 28, 2018 at 1:33 AM Xtreak notifications@github.com wrote:

@tirkarthi commented on this pull request.

In project.clj https://github.com/brandonbloom/fipp/pull/51#discussion_r221152980:

@@ -4,7 +4,7 @@ :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} :dependencies [[org.clojure/clojure "1.8.0"]

  • [org.clojure/core.rrb-vector "0.0.11"]]
  • [org.clojure/core.rrb-vector "0.0.12"]]

Tag for 0.0.12 : https://github.com/clojure/core.rrb-vector/releases/tag/core.rrb-vector-0.0.12

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/brandonbloom/fipp/pull/51#discussion_r221152980, or mute the thread https://github.com/notifications/unsubscribe-auth/AAHRfASGUFfwnLXSPH_FBPXzjqAEOBZXks5ufcLCgaJpZM4W5hkN .

brandonbloom commented 5 years ago

Deployed 0.6.13