Skip to content

Commit

Permalink
Feature/2.2.0 upgrade (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
aymeric-dispa authored Oct 3, 2022
1 parent f6759d5 commit 91e027f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
["src" "resources"]

:deps
{com.firebolt/firebolt-jdbc {:mvn/version "2.1.2"}}
{com.firebolt/firebolt-jdbc {:mvn/version "2.2.0"}}
:mvn/repos
{"releases" {:url "https://repo.repsy.io/mvn/firebolt/maven"}}

Expand Down
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
(defproject metabase/firebolt-driver "1.0.6"
(defproject metabase/firebolt-driver "1.0.7"
:min-lein-version "2.5.0"

:dependencies
[[com.firebolt/firebolt-jdbc "2.1.2"]]
[[com.firebolt/firebolt-jdbc "2.2.0"]]

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

0 comments on commit 91e027f

Please sign in to comment.