Skip to content

Commit

Permalink
3.1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
AlBaker committed Jun 4, 2015
1 parent 0286ba9 commit 4fb7a3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
; See the License for the specific language governing permissions and
; limitations under the License.

(defproject stardog-clj "3.0.2"
(defproject stardog-clj "3.1.0"
:description "Stardog-clj: Clojure bindings for Stardog"
:url "http://stardog.com"
:license {:name "Apache License"
:url "http://www.apache.org/licenses/LICENSE-2.0"}
:dependencies [[org.clojure/clojure "1.6.0"]
[com.complexible.stardog/client-snarl "3.0.2" :extension "pom"]
[com.complexible.stardog/client-http "3.0.2" :extension "pom"]
[com.complexible.stardog/client-snarl "3.1" :extension "pom"]
[com.complexible.stardog/client-http "3.1" :extension "pom"]
[org.openrdf.sesame/sesame-query "2.7.14"] ; needed for lein deps
[org.openrdf.sesame/sesame-rio-api "2.7.14"]

Expand Down

0 comments on commit 4fb7a3f

Please sign in to comment.