Skip to content

Commit

Permalink
deps.edn 에 클로저 1.10.3 의존성 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
namenu committed Nov 27, 2021
1 parent 6319e36 commit 64758bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion deps.edn
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{:paths ["src" "resources"]
:deps {io.github.clojure/tools.build {:git/tag "v0.6.7" :git/sha "8cca4f4"}}
:deps {org.clojure/clojure {:mvn/version "1.10.3"}
io.github.clojure/tools.build {:git/tag "v0.6.7" :git/sha "8cca4f4"}}
:tools/usage {:ns-default greenlabs.build}}
3 changes: 1 addition & 2 deletions src/greenlabs/build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@
(let [;; temporary placeholder
default-config {:service "my-service"
:function "my-fn"
:file "my-file"
:role aws-role}
:file "my-file"}
config (merge default-config serverless)

yaml (slurp (io/resource "serverless.yml"))
Expand Down

0 comments on commit 64758bc

Please sign in to comment.