summaryrefslogtreecommitdiff
path: root/deps.edn
diff options
context:
space:
mode:
authorTim <contact@bytim.eu>2025-05-12 22:10:39 +0200
committerTim <contact@bytim.eu>2025-05-12 22:10:39 +0200
commit58906c635ad0ea2028f99997cb673ef40a2ea2bb (patch)
tree1eb8718b6d43ab19b0b91acae0f47bcbcc223faa /deps.edn
parent06ecbc8c6d52f3e832683e68a52461c5f7c6cb84 (diff)
downloadchef-58906c635ad0ea2028f99997cb673ef40a2ea2bb.tar.xz
chef-58906c635ad0ea2028f99997cb673ef40a2ea2bb.zip
Add sqlite database
Diffstat (limited to 'deps.edn')
-rw-r--r--deps.edn13
1 files changed, 8 insertions, 5 deletions
diff --git a/deps.edn b/deps.edn
index 1b4659d..e6899f8 100644
--- a/deps.edn
+++ b/deps.edn
@@ -1,9 +1,12 @@
{:paths ["src" "resources"]
- :deps {http-kit/http-kit {:mvn/version "2.8.0"}
- metosin/reitit {:mvn/version "0.8.0"}
- hiccup/hiccup {:mvn/version "2.0.0-RC5"}
- ring-oauth2/ring-oauth2 {:mvn/version "0.3.0"}
- lynxeyes/dotenv {:mvn/version "1.1.0"}}
+ :deps {http-kit/http-kit {:mvn/version "2.8.0"}
+ metosin/reitit {:mvn/version "0.8.0"}
+ hiccup/hiccup {:mvn/version "2.0.0-RC5"}
+ ring-oauth2/ring-oauth2 {:mvn/version "0.3.0"}
+ lynxeyes/dotenv {:mvn/version "1.1.0"}
+ com.github.seancorfield/next.jdbc {:mvn/version "1.3.1002"}
+ org.xerial/sqlite-jdbc {:mvn/version "3.47.1.0"}
+ com.github.seancorfield/honeysql {:mvn/version "2.7.1295"}}
:aliases
{:neil {:project {:name chef/chef
:version "0.0.1"}}