From 2466d4983c2d5ca46822f45cca863d07ce2b1ee0 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Tue, 25 May 2021 20:08:37 -0400 Subject: Fix for pattern-matching register binding. --- lux-cl/project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lux-cl/project.clj') diff --git a/lux-cl/project.clj b/lux-cl/project.clj index 24ebf5589..f39ec0f9d 100644 --- a/lux-cl/project.clj +++ b/lux-cl/project.clj @@ -22,7 +22,7 @@ :plugins [[com.github.luxlang/lein-luxc ~version]] :dependencies [[com.github.luxlang/luxc-jvm ~version] [com.github.luxlang/stdlib ~version] - [org.abcl/abcl "1.5.0"]] + [org.abcl/abcl "1.8.0"]] :manifest {"lux" ~version} :source-paths ["source"] -- cgit v1.2.3