Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit a532aff

Browse files
author
Henrique Schumann Costa
committed
fix jdbc in deps.edn
1 parent 272e6e8 commit a532aff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deps.edn

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
["src" "resources"]
33

44
:deps
5-
{org.clojure/core.logic {:mvn/version "1.0.0"}}
5+
{org.clojure/core.logic {:mvn/version "1.0.0"}
6+
com.databricks/databricks-jdbc {:mvn/version "2.6.32"}}
67

78
;; the stuff below is only for hacking on the driver locally and is not needed if you follow the instructions in the
89
;; README and create a `:local/root` dep for the driver and launch the REPL from the Metabase project rather than

0 commit comments

Comments
 (0)