Skip to content

Commit

Permalink
- Updated the project.clj files.
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoejp committed Jan 8, 2017
1 parent 4c4237c commit 65a5e8f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions lux-lein/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
;; If a copy of the MPL was not distributed with this file,
;; You can obtain one at http://mozilla.org/MPL/2.0/.

(defproject com.github.luxlang/lein-luxc "0.5.0-SNAPSHOT"
(defproject com.github.luxlang/lein-luxc "0.5.0"
:description "The Leiningen plugin for the Lux programming language."
:url "https://github.com/LuxLang/lein-luxc"
:license {:name "Mozilla Public License"
:url "https://www.mozilla.org/en-US/MPL/2.0/"}
:dependencies [[org.clojure/clojure "1.6.0"]
[com.github.luxlang/luxc-jvm "0.5.0-SNAPSHOT"]
[com.github.luxlang/lux-stdlib "0.5.0-SNAPSHOT"]]
[com.github.luxlang/luxc-jvm "0.5.0"]
[com.github.luxlang/lux-stdlib "0.5.0"]]
:deploy-repositories [["releases" {:url "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
:creds :gpg}]
["snapshots" {:url "https://oss.sonatype.org/content/repositories/snapshots/"
Expand Down
2 changes: 1 addition & 1 deletion luxc/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject com.github.luxlang/luxc-jvm "0.5.0-SNAPSHOT"
(defproject com.github.luxlang/luxc-jvm "0.5.0"
:min-lein-version "2.1.0" ;; 2.1.0 introduced jar classifiers
:description "The JVM compiler for the Lux programming language."
:url "https://github.com/LuxLang/lux"
Expand Down
4 changes: 2 additions & 2 deletions stdlib/project.clj
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
(defproject com.github.luxlang/lux-stdlib "0.5.0-SNAPSHOT"
(defproject com.github.luxlang/lux-stdlib "0.5.0"
:description "Standard library for the Lux programming language."
:url "https://github.com/LuxLang/stdlib"
:license {:name "Mozilla Public License (Version 2.0)"
:url "https://www.mozilla.org/en-US/MPL/2.0/"}
:plugins [[com.github.luxlang/lein-luxc "0.5.0-SNAPSHOT"]]
:plugins [[com.github.luxlang/lein-luxc "0.5.0"]]
:deploy-repositories [["releases" {:url "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
:creds :gpg}]
["snapshots" {:url "https://oss.sonatype.org/content/repositories/snapshots/"
Expand Down

0 comments on commit 65a5e8f

Please sign in to comment.