aboutsummaryrefslogtreecommitdiff
path: root/lux-python/project.clj
diff options
context:
space:
mode:
authorEduardo Julian2021-01-12 17:31:48 -0400
committerEduardo Julian2021-01-12 17:31:48 -0400
commit5dbf134346424602b0104d1f749c1a9eac6f21af (patch)
treeac77441b9fcbc66a6f9ef1e5a55ccf0b1bcc996e /lux-python/project.clj
parent8aac0c573c29d2829242d66539a9e027d03ff8ec (diff)
Compiler now shows suggestions when encountering unknown definitions.
Diffstat (limited to '')
-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"]