Skip to content

Commit 9a9df2b

Browse files
authored
bump jdbc driver to 2.6.27
1 parent 0cef6a7 commit 9a9df2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deps.edn

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

44
:deps
5-
{com.databricks/databricks-jdbc {:mvn/version "2.6.25-1"}}
5+
{com.databricks/databricks-jdbc {:mvn/version "2.6.27"}}
66

77
;; build the driver with clojure -X:build
88
:aliases
@@ -12,4 +12,4 @@
1212
:exec-fn build-drivers.build-driver/build-driver!
1313
:exec-args {:driver :databricks-sql
1414
:project-dir "."
15-
:target-dir "./target"}}}}
15+
:target-dir "./target"}}}}

0 commit comments

Comments
 (0)