Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Commit

Permalink
bump version [GH-33]
Browse files Browse the repository at this point in the history
  • Loading branch information
tamizhvendan committed May 2, 2020
1 parent 85e820c commit 66e4e14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
(defproject org.graphqlize/graphqlize-java "0.1.0-alpha13"
(defproject org.graphqlize/graphqlize-java "0.1.0-alpha14"
:description "Java wrapper for graphqlize library"
:url "https://github.com/graphqlize/graphqlize-java"
:license {:name "EPL-2.0"
:url "https://www.eclipse.org/legal/epl-2.0/"}
:dependencies [[org.clojure/clojure "1.10.1"]
[org.graphqlize/graphqlize "0.1.0-alpha14"]]
[org.graphqlize/graphqlize "0.1.0-alpha15"]]
:java-source-paths ["java"]
:profiles {:test {:dependencies [[org.postgresql/postgresql "42.2.10"]]}})

0 comments on commit 66e4e14

Please sign in to comment.