From 5dbf134346424602b0104d1f749c1a9eac6f21af Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Tue, 12 Jan 2021 17:31:48 -0400 Subject: Compiler now shows suggestions when encountering unknown definitions. --- lux-python/project.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lux-python/project.clj') 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"] -- cgit v1.2.3