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

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tamizhvendan committed Apr 19, 2020
1 parent e7455c5 commit d556374
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-alpha10"
(defproject org.graphqlize/graphqlize-java "0.1.0-alpha11"
: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-alpha11"]]
[org.graphqlize/graphqlize "0.1.0-alpha12"]]
:java-source-paths ["java"]
:profiles {:test {:dependencies [[org.postgresql/postgresql "42.2.10"]]}})

0 comments on commit d556374

Please sign in to comment.