Skip to content

Commit

Permalink
Upgrade Clojure to 1.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
blueberry committed Dec 18, 2018
1 parent 283babe commit 0b88028
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions project.clj
Expand Up @@ -6,18 +6,18 @@
;; the terms of this license.
;; You must not remove this notice, or any other, from this software.

(defproject uncomplicate/clojurecl "0.10.4"
(defproject uncomplicate/clojurecl "0.10.5-SNAPSHOT"
:description "ClojureCL is a Clojure library for parallel computations with OpenCL."
:url "https://github.com/uncomplicate/clojurecl"
:scm {:name "git"
:url "https://github.com/uncomplicate/clojurecl"}
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.9.0"]
:dependencies [[org.clojure/clojure "1.10.0"]
[org.jocl/jocl "2.0.1"]
[org.clojure/core.async "0.4.490"]
[uncomplicate/commons "0.7.0"]
[uncomplicate/fluokitten "0.9.0"]]
[uncomplicate/commons "0.7.1-SNAPSHOT"]
[uncomplicate/fluokitten "0.9.1-SNAPSHOT"]]

:codox {:metadata {:doc/formt a:markdown}
:src-dir-uri "http://github.com/uncomplicate/clojurecl/blob/master/"
Expand Down

0 comments on commit 0b88028

Please sign in to comment.