diff options
author | Eduardo Julian | 2022-06-14 19:46:27 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-06-14 19:46:27 -0400 |
commit | 3a81232c2367df2416f62f651259ff9297abc7d4 (patch) | |
tree | 15af0e7bb2af4edb4581620a8db86a59c3094afe /lux-bootstrapper | |
parent | 3530dc17c5dc836c826b4a29cff2f3408dc8590d (diff) |
De-sigil-ification: suffix : [Part 9]
Diffstat (limited to 'lux-bootstrapper')
-rw-r--r-- | lux-bootstrapper/project.clj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lux-bootstrapper/project.clj b/lux-bootstrapper/project.clj index 1fb5bc5c9..28f798f47 100644 --- a/lux-bootstrapper/project.clj +++ b/lux-bootstrapper/project.clj @@ -1,4 +1,4 @@ -(def version "0.6.5") +(def version "0.6.6-SNAPSHOT") (defproject com.github.luxlang/lux-bootstrapper #=(identity version) :min-lein-version "2.1.0" ;; 2.1.0 introduced jar classifiers @@ -16,7 +16,7 @@ :dependencies [[org.clojure/clojure "1.6.0"] [org.clojure/core.match "0.2.1"] - [com.github.luxlang/lux-jvm-function ~version] + [com.github.luxlang/lux-jvm-function "0.6.5"] ;; Prefer when building JS compiler. [org.ow2.asm/asm "7.3.1"] |