From 3a81232c2367df2416f62f651259ff9297abc7d4 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Tue, 14 Jun 2022 19:46:27 -0400 Subject: De-sigil-ification: suffix : [Part 9] --- lux-bootstrapper/project.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lux-bootstrapper') 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"] -- cgit v1.2.3