Skip to content

Commit

Permalink
Update to Neanderthal 0.27.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
blueberry committed Feb 5, 2020
1 parent 8a53f5b commit af7e17d
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
Expand Up @@ -6,7 +6,7 @@
;; the terms of this license.
;; You must not remove this notice, or any other, from this software.

(defproject uncomplicate/clojurecl "0.14.0"
(defproject uncomplicate/clojurecl "0.15.0-SNAPSHOT"
:description "ClojureCL is a Clojure library for parallel computations with OpenCL."
:url "https://github.com/uncomplicate/clojurecl"
:scm {:name "git"
Expand All @@ -16,7 +16,7 @@
:dependencies [[org.clojure/clojure "1.10.1"]
[org.jocl/jocl "2.0.2"]
[org.clojure/core.async "0.7.559"]
[uncomplicate/commons "0.9.0"]
[uncomplicate/commons "0.10.0-SNAPSHOT"]
[uncomplicate/fluokitten "0.9.1"]]

:codox {:metadata {:doc/formt a:markdown}
Expand Down

0 comments on commit af7e17d

Please sign in to comment.