Skip to content

Commit

Permalink
upgrading deps, adding deps.edn
Browse files Browse the repository at this point in the history
  • Loading branch information
oliyh committed Sep 1, 2022
1 parent 55219ec commit 4043efe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 2 additions & 0 deletions deps.edn
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{:deps {funcool/promesa {:mvn/version "8.0.450"}}
:paths ["src"]}
11 changes: 5 additions & 6 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:url "http://opensource.org/licenses/MIT"
:distribution :repo}
:global-vars {*warn-on-reflection* false}
:dependencies [[funcool/promesa "4.0.2" :scope "provided"]]
:dependencies [[funcool/promesa "8.0.450" :scope "provided"]]

:test-paths ["test"]

Expand All @@ -23,8 +23,7 @@
:target :nodejs
:pretty-print true}}]}

:profiles {:dev {:dependencies [[org.clojure/clojure "1.10.1"]
[org.clojure/clojurescript "1.10.597"]
[funcool/promesa "5.0.0"]
[datascript "0.13.2"]]
:plugins [[lein-cljsbuild "1.1.7"]]}})
:profiles {:dev {:dependencies [[org.clojure/clojure "1.11.1"]
[org.clojure/clojurescript "1.11.60"]]
:plugins [[lein-cljsbuild "1.1.8"]]}}
:aliases {"test-all" ["do" ["clean"] ["test"] ["cljsbuild" "test"]]})

0 comments on commit 4043efe

Please sign in to comment.