Skip to content

Commit 356eefb

Browse files
committed
update to latest release of Jython
1 parent 08af7b3 commit 356eefb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
(defproject clojure-python "0.3.0"
1+
(defproject clojure-python "0.4.0"
22
:description "Improve seamlessness of Clojure Jython interop."
33
:dependencies [[org.clojure/clojure "1.4.0"]
4-
[org.python/jython-standalone "2.5.2"]]
4+
[org.python/jython "2.5.3"]]
55
:license {:name "Eclipse Public License"
66
:url "http://www.eclipse.org/legal/epl-v10.html"}
77
:profiles {:dev {:dependencies [[midje "1.4.0"]]}}

0 commit comments

Comments
 (0)