From af680e8470bf7446d9fac431f38dcc57bd60aba9 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Fri, 22 Oct 2021 02:55:52 -0400 Subject: Deployed Rembulan on my own to remove the "-SNAPSHOT" suffix which prevents releasing lux-lua. --- lux-lua/project.clj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lux-lua') diff --git a/lux-lua/project.clj b/lux-lua/project.clj index 73d84ef7a..edaa26154 100644 --- a/lux-lua/project.clj +++ b/lux-lua/project.clj @@ -3,7 +3,7 @@ (def sonatype-releases "https://oss.sonatype.org/service/local/staging/deploy/maven2/") (def sonatype-snapshots "https://oss.sonatype.org/content/repositories/snapshots/") -(defproject com.github.luxlang/lux-lua #=(identity version) +(defproject com.github.luxlang/lux-lua "0.6.3-SNAPSHOT" ;; #=(identity version) :description "A Lua compiler for Lux." :url ~repo :license {:name "Lux License v0.1.2" @@ -21,9 +21,9 @@ :plugins [[com.github.luxlang/lein-luxc ~version]] :dependencies [[com.github.luxlang/lux-bootstrapper ~version] [com.github.luxlang/stdlib ~version] - [net.sandius.rembulan/rembulan-runtime "0.1-SNAPSHOT"] - [net.sandius.rembulan/rembulan-stdlib "0.1-SNAPSHOT"] - [net.sandius.rembulan/rembulan-compiler "0.1-SNAPSHOT"]] + [com.github.luxlang/rembulan-runtime "0.1"] + [com.github.luxlang/rembulan-stdlib "0.1"] + [com.github.luxlang/rembulan-compiler "0.1"]] :manifest {"lux" ~version} :source-paths ["source"] -- cgit v1.2.3