Skip to content

Commit 2976c2f

Browse files
committed
test: using new alpha version of components
1 parent 07b51ed commit 2976c2f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{:paths ["src" "resources"]
22
:deps {org.clojure/clojure {:mvn/version "1.12.0"}
3-
com.github.parenthesin/components {:mvn/version "0.3.1"
3+
com.github.parenthesin/components {:mvn/version "0.4.0-alpha1"
44
:exclusions [prismatic/schema]}
55
com.github.seancorfield/honeysql {:mvn/version "2.6.1203"}
66
metosin/reitit-swagger {:mvn/version "0.7.2"}

resources/config.edn

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
:username #or [#env DB_USER "postgres"]
99
:password #or [#env DB_PASS "postgres"]
1010
:host #or [#env DB_HOST "localhost"]
11-
:port #or [#env DB_PORT 5432]}
11+
:port #or [#env DB_PORT 5432]
12+
:useSSL false}
1213

1314
:db-docs {:dir #or [#env DB_DOCS_DIR "target"]
1415
:url #or [#env DB_DOCS_URL "https://github.com/clj-codes/docs.extractor/releases/download"]

0 commit comments

Comments
 (0)