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

Commit d556374

Browse files
committed
bump version
1 parent e7455c5 commit d556374

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project.clj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
(defproject org.graphqlize/graphqlize-java "0.1.0-alpha10"
1+
(defproject org.graphqlize/graphqlize-java "0.1.0-alpha11"
22
:description "Java wrapper for graphqlize library"
33
:url "https://github.com/graphqlize/graphqlize-java"
44
:license {:name "EPL-2.0"
55
:url "https://www.eclipse.org/legal/epl-2.0/"}
66
:dependencies [[org.clojure/clojure "1.10.1"]
7-
[org.graphqlize/graphqlize "0.1.0-alpha11"]]
7+
[org.graphqlize/graphqlize "0.1.0-alpha12"]]
88
:java-source-paths ["java"]
99
:profiles {:test {:dependencies [[org.postgresql/postgresql "42.2.10"]]}})

0 commit comments

Comments
 (0)