Skip to content

Commit

Permalink
upgrade jdbc
Browse files Browse the repository at this point in the history
  • Loading branch information
hantmac committed Jul 20, 2023
1 parent 401614b commit 0570ae6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
\#*\#
.\#*
.idea
plugins
metabase.db.*
/target
*.jar
*.class
Expand Down
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.databend/databend-jdbc {:mvn/version "0.0.5-rc4"}
{com.databend/databend-jdbc {:mvn/version "0.0.7"}
com.widdindustries/cljc.java-time {:mvn/version "0.1.21"}}
:mvn/repos
{"releases" {:url "https://repo.repsy.io/mvn/databend/maven"}}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
<dependency>
<groupId>com.databend</groupId>
<artifactId>databend-jdbc</artifactId>
<version>0.0.5-rc4</version>
<version>0.0.7</version>
</dependency>
</dependencies>
</project>
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
:min-lein-version "2.5.0"

:dependencies
[[com.databend/databend-jdbc "0.0.5-rc4"]
[[com.databend/databend-jdbc "0.0.7"]
[clojure.java-time "0.3.2"]
]

Expand Down

0 comments on commit 0570ae6

Please sign in to comment.