aboutsummaryrefslogtreecommitdiff
path: root/lux-python/project.clj
diff options
context:
space:
mode:
Diffstat (limited to 'lux-python/project.clj')
-rw-r--r--lux-python/project.clj4
1 files changed, 2 insertions, 2 deletions
diff --git a/lux-python/project.clj b/lux-python/project.clj
index 9722945b5..887cd2b89 100644
--- a/lux-python/project.clj
+++ b/lux-python/project.clj
@@ -20,9 +20,9 @@
["snapshots" {:url ~sonatype-snapshots :creds :gpg}]]
:plugins [[com.github.luxlang/lein-luxc ~version]]
- :dependencies [[com.github.luxlang/luxc-jvm ~version]
+ :dependencies [[com.github.luxlang/lux-bootstrapper ~version]
[com.github.luxlang/stdlib ~version]
- [org.python/jython-standalone "2.7.1"]]
+ [org.python/jython-standalone "2.7.2"]]
:manifest {"lux" ~version}
:source-paths ["source"]