Skip to content

Commit

Permalink
1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Nuernberger committed Nov 6, 2018
1 parent 6936fdc commit 61a1866
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
@@ -1,12 +1,12 @@
(defproject techascent/tech.javacpp-datatype "1.10-SNAPSHOT"
(defproject techascent/tech.javacpp-datatype "1.11-SNAPSHOT"
:description "Bindings between javacpp and tech.datatype"
:url "http://github.com/tech-ascent/tech.javacpp-datatype"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.9.0"]
[org.bytedeco/javacpp "1.4"]
[techascent/tech.resource "2.0"]
[techascent/tech.jna "1.11"]]
[techascent/tech.jna "1.12"]]

:profiles {:dev
;; there are a set of small functions that aren't compiled into the javacpp
Expand Down

0 comments on commit 61a1866

Please sign in to comment.