|  | 
| 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.18.0" | 
|  | 9 | +(defproject uncomplicate/clojurecuda "0.19.0" | 
| 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.1"] | 
|  | 16 | + :dependencies [[org.clojure/clojure "1.11.3"] | 
| 17 | 17 |  [org.clojure/core.async "1.6.681"] | 
| 18 |  | - [uncomplicate/commons "0.14.0"] | 
| 19 |  | - [uncomplicate/fluokitten "0.9.2"] | 
| 20 |  | - [org.uncomplicate/clojure-cpp "0.2.0"] | 
|  | 18 | + [uncomplicate/commons "0.15.0"] | 
|  | 19 | + [uncomplicate/fluokitten "0.10.0"] | 
|  | 20 | + [org.uncomplicate/clojure-cpp "0.3.0"] | 
| 21 | 21 |  [org.bytedeco/cuda-platform "12.3-8.9-1.5.10"]] | 
| 22 | 22 | 
 | 
| 23 | 23 |  :profiles {:dev {:plugins [[lein-midje "3.2.1"] | 
|  | 
| 41 | 41 |  :jvm-opts ^:replace ["-Djavacpp.platform=linux-x86_64"]}} | 
| 42 | 42 | 
 | 
| 43 | 43 |  ;;:repositories [["snapshots" "https://oss.sonatype.org/content/repositories/snapshots"]] | 
|  | 44 | + | 
|  | 45 | + :javac-options ["-target" "1.8" "-source" "1.8" "-Xlint:-options"] | 
|  | 46 | + | 
| 44 | 47 |  :source-paths ["src/clojure" "src/cuda"] | 
| 45 | 48 |  :test-paths ["test/clojure" "test/cuda"] | 
| 46 | 49 |  :java-source-paths ["src/java"]) | 
0 commit comments