We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08af7b3 commit 356eefbCopy full SHA for 356eefb
project.clj
@@ -1,7 +1,7 @@
1
-(defproject clojure-python "0.3.0"
+(defproject clojure-python "0.4.0"
2
:description "Improve seamlessness of Clojure Jython interop."
3
:dependencies [[org.clojure/clojure "1.4.0"]
4
- [org.python/jython-standalone "2.5.2"]]
+ [org.python/jython "2.5.3"]]
5
:license {:name "Eclipse Public License"
6
:url "http://www.eclipse.org/legal/epl-v10.html"}
7
:profiles {:dev {:dependencies [[midje "1.4.0"]]}}
0 commit comments