Not working yet

This commit is contained in:
2024-03-23 11:35:24 -07:00
parent 7b9e7acf82
commit 670d959ee5
3 changed files with 13 additions and 12 deletions
+3 -1
View File
@@ -5,8 +5,10 @@
org.clojure/data.json { :mvn/version "2.5.0" }
camel-snake-kebab/camel-snake-kebab {:mvn/version "0.4.3"}
org.apache.tika/tika-core { :mvn/version "2.9.1" }
org.clojure/core.async { :mvn/version "1.6.681" }
}
:aliases {
:build { :default-ns build }
:build {:deps {io.github.clojure/tools.build { :mvn/version "0.10.0" }}
:ns-default build }
}
}