forked from tonsky/FiraCode
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeps.edn
More file actions
12 lines (12 loc) · 501 Bytes
/
deps.edn
File metadata and controls
12 lines (12 loc) · 501 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
{:paths ["clojure"]
:deps {org.clojure/clojure {:mvn/version "1.12.4"}
io.github.tonsky/clojure-plus {:mvn/version "1.7.2"}
io.github.tonsky/clj-reload {:mvn/version "1.0.0"}
org.flatland/ordered {:mvn/version "1.5.7"}
fipp/fipp {:mvn/version "0.6.18"}}
:aliases
{:dev
{:jvm-opts ["-Dclojure.main.report=stderr"
"-Duser.language=en"
"-Duser.country=US"
"-Dfile.encoding=UTF-8"]}}}