Skip to content

Commit

Permalink
Add missing info needed for clojars deployment (#3)
Browse files Browse the repository at this point in the history
Signed-off-by: Greg Haskins <[email protected]>
  • Loading branch information
ghaskins authored Mar 25, 2024
1 parent a580fb3 commit 081c3cd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
(defproject io.github.manetu/lambda-sdk "0.0.2-SNAPSHOT"
:description "An SDK for developing Lambda functions for the Manetu Platform in ClojureScript"
:url "https://github.com/manetu/lambda-sdk-clj"
:license {:name "Apache License 2.0"
:url "https://www.apache.org/licenses/LICENSE-2.0"
:year 2023
:key "apache-2.0"}
:min-lein-version "2.9.0"
:dependencies [[org.clojure/clojure "1.11.2"]
[org.clojure/clojurescript "1.11.132"
Expand Down

0 comments on commit 081c3cd

Please sign in to comment.