Skip to content

Commit

Permalink
Updated deps for 0.7.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed May 21, 2019
1 parent 15356da commit dcc9e94
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -53,6 +53,7 @@ The default (and tested) version combinations are as follows:

| jiface | JInterface | Erlang Release | Erlang Version (erts) |
|--------|------------|----------------|-----------------------|
| 0.7.0 | 1.10 | 22.0 | 10.4 |
| 0.6.1 | 1.9.1 | 21.3 | 10.3 |
| 0.6.0 | 1.9 | 21.0 | 10 |
| 0.5.0 | 1.8.1 | 20.3 | 9.3 |
Expand All @@ -69,6 +70,8 @@ Versions notes:
* The `lein` dep for the jiface 0.6.1 release is `[clojang/jiface "0.6.1-1"]`
* The `lein` dep for the JInterface 1.9.1 release is
`[clojang/erlang-jinterface "1.9.1-3"]`
* The `lein` dep for the JInterface 1.10 release is
`[clojang/erlang-jinterface "1.10-1"]`

## Building [↟](#contents)

Expand Down
5 changes: 3 additions & 2 deletions project.clj
@@ -1,4 +1,4 @@
(defproject clojang/jiface "0.6.1-1"
(defproject clojang/jiface "0.7.0"
:description "A Clojure-idiomatic wrapper around Erlang's JInterface"
:url "https://github.com/clojang/jiface"
:scm {
Expand All @@ -11,9 +11,10 @@
[org.clojure/clojure "1.10.0"]
[org.clojure/core.match "0.3.0"]
[org.clojure/core.memoize "0.7.1"]
[clojang/erlang-jinterface "1.9.1-3"]
[clojang/erlang-jinterface "1.10-1"]
[dire "0.5.4"]
[potemkin "0.4.5"]]
:javac-options ["-target" "1.8" "-source" "1.8"]
:repl-options {:init-ns jiface.dev}
:codox {
:project {:name "jiface"}
Expand Down

0 comments on commit dcc9e94

Please sign in to comment.