We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64ace88 commit be011e9Copy full SHA for be011e9
1 file changed
project.clj
@@ -1,9 +1,9 @@
1
-(defproject org.graphqlize/graphqlize-java "0.1.0-alpha6"
+(defproject org.graphqlize/graphqlize-java "0.1.0-alpha7"
2
:description "Java wrapper for graphqlize library"
3
:url "https://github.com/graphqlize/graphqlize-java"
4
:license {:name "EPL-2.0"
5
:url "https://www.eclipse.org/legal/epl-2.0/"}
6
:dependencies [[org.clojure/clojure "1.10.1"]
7
- [org.graphqlize/graphqlize "0.1.0-alpha7"]]
+ [org.graphqlize/graphqlize "0.1.0-alpha8"]]
8
:java-source-paths ["java"]
9
:profiles {:test {:dependencies [[org.postgresql/postgresql "42.2.10"]]}})
0 commit comments