Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tamizhvendan committed Feb 26, 2020
1 parent 56d7e07 commit 8ecc4bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions deps.edn
@@ -1,7 +1,7 @@
{:paths ["src"]
:deps {org.clojure/clojure {:mvn/version "1.10.1"}
seancorfield/next.jdbc {:mvn/version "1.0.10"}
seancorfield/next.jdbc {:mvn/version "1.0.13"}
inflections {:mvn/version "0.13.2"}
edn-query-language/eql {:mvn/version "0.0.9"}
honeysql {:mvn/version "0.9.8"}
org.clojure/data.json {:mvn/version "0.2.7"}}}
org.clojure/data.json {:mvn/version "1.0.0"}}}
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.graphqlize</groupId>
<artifactId>honeyeql</artifactId>
<version>0.1.0-alpha2</version>
<version>0.1.0-alpha-1</version>

<name>Honey EQL</name>
<description>HoneyEQL enables you to query database using the EQL.</description>
Expand All @@ -25,7 +25,7 @@
<dependency>
<groupId>org.clojure</groupId>
<artifactId>data.json</artifactId>
<version>0.2.7</version>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>org.clojure</groupId>
Expand All @@ -50,7 +50,7 @@
<dependency>
<groupId>seancorfield</groupId>
<artifactId>next.jdbc</artifactId>
<version>1.0.10</version>
<version>1.0.13</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 8ecc4bb

Please sign in to comment.