fix creds.

This commit is contained in:
Bryce Covert
2020-09-10 12:50:37 -07:00
parent 477654a8ae
commit 38f8a7c725

View File

@@ -4,7 +4,7 @@
:min-lein-version "2.0.0"
:repositories {"my.datomic.com" {:url "https://my.datomic.com/repo"
:username "datomic@brycecovertoperations.com"
:password "0ba303bb-01be-471c-bc91-1dfd3172a96a"}}
:password "9a382afc-d119-44db-83c2-98d8057d7666"}}
:dependencies [[org.clojure/clojure "1.9.0"]
[org.clojure/clojurescript "1.10.339"]
[postgresql/postgresql "9.3-1102.jdbc41"]