Add criterium to dev alias
This commit is contained in:
parent
6ff882b85d
commit
a2dd6f2518
1 changed files with 2 additions and 1 deletions
3
deps.edn
3
deps.edn
|
|
@ -9,7 +9,8 @@
|
|||
:aliases
|
||||
{:dev {:extra-paths ["."]
|
||||
:extra-deps {io.github.clojure/tools.build {:git/tag "v0.3.0" :git/sha "e418fc9"}
|
||||
nodisassemble/nodisassemble {:mvn/version "0.1.3"}}
|
||||
nodisassemble/nodisassemble {:mvn/version "0.1.3"}
|
||||
criterium/criterium {:mvn/version "0.4.6"}}
|
||||
;; NOTE(Joshua): If you want to use nodisassemble you should also add a
|
||||
;; -javaagent for the resolved location
|
||||
:jvm-opts ["--enable-native-access=ALL-UNNAMED"]}
|
||||
|
|
|
|||
Loading…
Reference in a new issue