-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Java 11 issues #51
Conversation
@@ -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"]] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It doesn't look like this release has been cut yet. Feel free to let me know when it has been.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it is already released 2 hours ago. search in maven central still shows only 0.0.11 version.
but if you run lein deps then 0.0.12 version will be downloaded.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In project.clj
<#51 (comment)>:
> @@ -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
<#51 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAHRfASGUFfwnLXSPH_FBPXzjqAEOBZXks5ufcLCgaJpZM4W5hkN>
.
|
Deployed 0.6.13 |
No description provided.