|  | 
| 6 | 6 | ;; the terms of this license. | 
| 7 | 7 | ;; You must not remove this notice, or any other, from this software. | 
| 8 | 8 | 
 | 
| 9 |  | -(defproject uncomplicate/clojurecuda "0.19.0" | 
|  | 9 | +(defproject uncomplicate/clojurecuda "0.20.0-SNAPSHOT" | 
| 10 | 10 |  :description "ClojureCUDA is a Clojure library for parallel computations with Nvidia's CUDA." | 
| 11 | 11 |  :url "https://github.com/uncomplicate/clojurecuda" | 
| 12 | 12 |  :scm {:name "git" | 
| 13 | 13 |  :url "https://github.com/uncomplicate/clojurecuda"} | 
| 14 | 14 |  :license {:name "Eclipse Public License" | 
| 15 | 15 |  :url "http://www.eclipse.org/legal/epl-v10.html"} | 
| 16 |  | - :dependencies [[org.clojure/clojure "1.11.3"] | 
| 17 |  | - [org.clojure/core.async "1.6.681"] | 
| 18 |  | - [uncomplicate/commons "0.15.0"] | 
|  | 16 | + :dependencies [[org.clojure/clojure "1.12.0"] | 
|  | 17 | + [org.clojure/core.async "1.7.701"] | 
|  | 18 | + [uncomplicate/commons "0.15.1"] | 
| 19 | 19 |  [uncomplicate/fluokitten "0.10.0"] | 
| 20 |  | - [org.uncomplicate/clojure-cpp "0.3.0"] | 
| 21 |  | - [org.bytedeco/cuda-platform "12.3-8.9-1.5.10"]] | 
|  | 20 | + [org.uncomplicate/clojure-cpp "0.4.0"] | 
|  | 21 | + [org.bytedeco/cuda-platform "12.6-9.5-1.5.11"]] | 
| 22 | 22 | 
 | 
| 23 | 23 |  :profiles {:dev {:plugins [[lein-midje "3.2.1"] | 
| 24 | 24 |  [lein-codox "0.10.8"] | 
|  | 
| 29 | 29 |  *print-length* 128} | 
| 30 | 30 |  :dependencies [[midje "1.10.10"] | 
| 31 | 31 |  [codox-theme-rdash "0.1.2"] | 
| 32 |  | - [org.bytedeco/cuda "12.3-8.9-1.5.10" :classifier linux-x86_64-redist]] | 
|  | 32 | + [org.bytedeco/cuda "12.6-9.5-1.5.11" :classifier linux-x86_64-redist]] | 
| 33 | 33 |  :codox {:metadata {:doc/format :markdown} | 
| 34 | 34 |  :source-uri "http://github.com/uncomplicate/clojurecuda/blob/master/{filepath}#L{line}" | 
| 35 | 35 |  :output-path "docs/codox" | 
|  | 
0 commit comments