Skip to content

Commit

Permalink
Merge pull request #41 from jeroenvandijk/master
Browse files Browse the repository at this point in the history
Add deps.edn
  • Loading branch information
kwrooijen committed Jun 8, 2023
2 parents d0c570e + 6424261 commit 1a7a3d0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions deps.edn
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{:paths ["src/clj" "src/cljc" "resources"],
:deps
{com.github.seancorfield/next.jdbc {:mvn/version "1.3.847"},
org.postgresql/postgresql {:mvn/version "42.5.4"},
com.github.seancorfield/honeysql {:mvn/version "2.4.980"},
metosin/malli {:mvn/version "0.10.1"},
differ/differ {:mvn/version "0.3.3"},
hikari-cp/hikari-cp {:mvn/version "3.0.1"},
kwrooijen/clj-database-url {:mvn/version "0.0.1"},
org.clojure/tools.logging {:mvn/version "1.2.4"},
dev.weavejester/ragtime {:mvn/version "0.9.3"}}}

0 comments on commit 1a7a3d0

Please sign in to comment.