Skip to content

Commit

Permalink
Updated deps to 0.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed Jul 19, 2018
1 parent 0d8724c commit fb589bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -52,6 +52,7 @@ The default (and tested) version combinations are as follows:

| Clojang | jiface | JInterface | Erlang Release | Erlang Version (erts) |
|---------|--------|------------|----------------|-----------------------|
| 0.5.0 | 0.5.0 | 1.8.1 | 20.3 | 9.3 |
| 0.4.0 | 0.4.0 | 1.7.1 | 19.2, 19.3 | 8.2, 8.3 |
| 0.3.0 | 0.3.0 | 1.7.1 | 19.2 | 8.2 |
| 0.2.0 | 0.2.0 | 1.7.1 | 19.1, 19.2 | 8.1, 8.2 |
Expand Down
6 changes: 3 additions & 3 deletions project.clj
Expand Up @@ -12,8 +12,8 @@
[org.clojure/tools.namespace]
[org.clojure/tools.reader]]
:dependencies [
[clojang/agent "0.4.0"]
[clojang/jiface "0.4.0"]
[clojang/agent "0.5.0"]
[clojang/jiface "0.5.0"]
[clojusc/trifl "0.3.0"]
[org.clojure/clojure "1.9.0"]
[org.clojure/core.memoize "0.7.1"]
Expand Down Expand Up @@ -65,7 +65,7 @@
:repl-options {:init-ns clojang.dev}
:bootclasspath true
:java-agents [
[clojang/agent "0.4.0"]]
[clojang/agent "0.5.0"]]
:jvm-opts [
; "-verbose:class"
;"-Dheadless"
Expand Down

0 comments on commit fb589bb

Please sign in to comment.