Skip to content

Commit

Permalink
Update to JavaCPP 1.5.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
blueberry committed Feb 5, 2024
1 parent 66e9673 commit 006ed78
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.11.1"]
[uncomplicate/commons "0.14.0-SNAPSHOT"]
[uncomplicate/fluokitten "0.9.1"]
[org.bytedeco/javacpp-platform "1.5.10-SNAPSHOT"]]
[uncomplicate/fluokitten "0.9.2-SNAPSHOT"]
[org.bytedeco/javacpp-platform "1.5.10"]]

:profiles {:dev {:plugins [[lein-midje "3.2.1"]
[lein-codox "0.10.8"]
Expand All @@ -24,14 +24,14 @@
*assert* false
*unchecked-math* :warn-on-boxed
*print-length* 128}
:dependencies [[midje "1.10.9"]
:dependencies [[midje "1.10.10"]
[codox-theme-rdash "0.1.2"]]
:codox {:metadata {:doc/format :markdown}
:source-uri "http://github.com/uncomplicate/clojure-cpp/blob/master/{filepath}#L{line}"
:themes [:rdash]
:output-path "docs/codox"}}}

:repositories [["snapshots" "https://oss.sonatype.org/content/repositories/snapshots"]]
;;:repositories [["snapshots" "https://oss.sonatype.org/content/repositories/snapshots"]]

:source-paths ["src/clojure" "src/device"]
:java-source-paths ["src/java"]
Expand Down

0 comments on commit 006ed78

Please sign in to comment.