Skip to content

Commit c668f97

Browse files
committed
Update to JavaCPP 1.5.11 and cuda 12.6.
1 parent 7e44b3d commit c668f97

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

project.clj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@
66
;; the terms of this license.
77
;; You must not remove this notice, or any other, from this software.
88

9-
(defproject uncomplicate/clojurecuda "0.19.0"
9+
(defproject uncomplicate/clojurecuda "0.20.0-SNAPSHOT"
1010
:description "ClojureCUDA is a Clojure library for parallel computations with Nvidia's CUDA."
1111
:url "https://github.com/uncomplicate/clojurecuda"
1212
:scm {:name "git"
1313
:url "https://github.com/uncomplicate/clojurecuda"}
1414
:license {:name "Eclipse Public License"
1515
: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"]
1919
[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"]]
2222

2323
:profiles {:dev {:plugins [[lein-midje "3.2.1"]
2424
[lein-codox "0.10.8"]
@@ -29,7 +29,7 @@
2929
*print-length* 128}
3030
:dependencies [[midje "1.10.10"]
3131
[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]]
3333
:codox {:metadata {:doc/format :markdown}
3434
:source-uri "http://github.com/uncomplicate/clojurecuda/blob/master/{filepath}#L{line}"
3535
:output-path "docs/codox"

0 commit comments

Comments
 (0)