Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
stepansergeevitch committed Jul 29, 2024
1 parent e9dc672 commit 7e93bf5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
(def version "3.0.5")
(def jdbc-version "3.1.0")

(defproject metabase/firebolt-driver version
:min-lein-version "3.0.0"

:dependencies
[[io.firebolt/firebolt-jdbc jdbc-version]]
[[io.firebolt/firebolt-jdbc "3.1.0"]]

:repositories [["snapshots" {:sign-releases false
:url "https://repo.repsy.io/mvn/firebolt/maven-snapshots"
Expand Down

0 comments on commit 7e93bf5

Please sign in to comment.