Scittle dev (#127)
This commit is contained in:
parent
c57a5f9285
commit
cb968d06e3
6 changed files with 45 additions and 8 deletions
5
deps.edn
5
deps.edn
|
|
@ -1,7 +1,7 @@
|
|||
{:paths ["src" "resources"]
|
||||
:deps
|
||||
{org.clojure/clojure {:mvn/version "1.11.1"}
|
||||
thheller/shadow-cljs {:mvn/version "2.20.15"}
|
||||
thheller/shadow-cljs {:mvn/version "3.1.8"}
|
||||
org.babashka/sci {:git/url "https://github.com/babashka/sci"
|
||||
:git/sha "9522bdadafcfbc5b86e3f37117df62634a9d923e"}
|
||||
#_{:local/root "../babashka/sci"}
|
||||
|
|
@ -22,7 +22,8 @@
|
|||
#_{:local/root "/Users/borkdude/dev/sci.configs"}
|
||||
{:git/url "https://github.com/babashka/sci.configs"
|
||||
:git/sha "aa84a1b4f1fe45735e5b748769309fc842f737c1"
|
||||
:exclusions [org.babashka/sci]}}
|
||||
:exclusions [org.babashka/sci]}
|
||||
binaryage/devtools {:mvn/version "1.0.7"}}
|
||||
:aliases
|
||||
{:dev
|
||||
{:extra-paths ["dev"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue