File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
{:paths [" src" " resources" ]
2
2
:deps {org.clojure/clojure {:mvn/version " 1.12.0" }
3
- com.github.parenthesin/components {:mvn/version " 0.3.0 "
3
+ com.github.parenthesin/components {:mvn/version " 0.3.1 "
4
4
:exclusions [prismatic/schema]}
5
- com.github.seancorfield/honeysql {:mvn/version " 2.6.1196 " }
5
+ com.github.seancorfield/honeysql {:mvn/version " 2.6.1203 " }
6
6
metosin/reitit-swagger {:mvn/version " 0.7.2" }
7
7
org.postgresql/postgresql {:mvn/version " 42.7.4" }
8
- com.taoensso/encore {:mvn/version " 3.122 .0" }
8
+ com.taoensso/encore {:mvn/version " 3.127 .0" }
9
9
datalevin/datalevin {:mvn/version " 0.9.12" }
10
10
buddy/buddy-sign {:mvn/version " 3.6.1-359" }
11
11
metosin/malli {:mvn/version " 0.16.4" }}
Original file line number Diff line number Diff line change 8
8
:username #or [#env DB_USER " postgres" ]
9
9
:password #or [#env DB_PASS " postgres" ]
10
10
:host #or [#env DB_HOST " localhost" ]
11
- :port #or [#env DB_PORT 5432 ]
12
- :useSSL true }
11
+ :port #or [#env DB_PORT 5432 ]}
13
12
14
13
:db-docs {:dir #or [#env DB_DOCS_DIR " target" ]
15
14
:url #or [#env DB_DOCS_URL " https://github.com/clj-codes/docs.extractor/releases/download" ]
You can’t perform that action at this time.
0 commit comments