Add Linux and Windows (embedded) PostgreSQL 12.2.0
This commit is contained in:
parent
3a6539f3e2
commit
f5f05ad537
1 changed files with 2 additions and 0 deletions
2
deps.edn
2
deps.edn
|
|
@ -21,6 +21,8 @@
|
|||
org.postgresql/postgresql {:mvn/version "42.2.10"}
|
||||
io.zonky.test/embedded-postgres {:mvn/version "1.2.6"}
|
||||
io.zonky.test.postgres/embedded-postgres-binaries-darwin-amd64 {:mvn/version "12.2.0"}
|
||||
io.zonky.test.postgres/embedded-postgres-binaries-linux-amd64 {:mvn/version "12.2.0"}
|
||||
io.zonky.test.postgres/embedded-postgres-binaries-windows-amd64 {:mvn/version "12.2.0"}
|
||||
org.xerial/sqlite-jdbc {:mvn/version "3.30.1"}
|
||||
com.microsoft.sqlserver/mssql-jdbc {:mvn/version "8.2.1.jre8"}
|
||||
;; supplementary test stuff
|
||||
|
|
|
|||
Loading…
Reference in a new issue