add synthread

This commit is contained in:
Adam Jeniski 2024-01-16 21:00:14 -05:00
parent 2cea1afcc8
commit aff9407d2d

View File

@ -3,7 +3,8 @@
org.clojure/core.match {:mvn/version "1.0.1"}
clj-http/clj-http {:mvn/version "3.12.3"}
org.clojure/math.combinatorics {:mvn/version "0.2.0"}
org.clojure/tools.trace {:mvn/version "0.7.11"}}
org.clojure/tools.trace {:mvn/version "0.7.11"}
lonocloud/synthread {:mvn/version "1.4.0"}}
:aliases
{:repl
{:extra-deps {nrepl/nrepl {:mvn/version "0.9.0"}