Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
blueberry committed May 29, 2019
1 parent 34a7435 commit a079c20
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
Expand Up @@ -6,7 +6,7 @@
;; the terms of this license.
;; You must not remove this notice, or any other, from this software.

(defproject uncomplicate/clojurecl "0.10.6"
(defproject uncomplicate/clojurecl "0.11.0-SNAPSHOT"
:description "ClojureCL is a Clojure library for parallel computations with OpenCL."
:url "https://github.com/uncomplicate/clojurecl"
:scm {:name "git"
Expand Down Expand Up @@ -36,7 +36,7 @@
*assert* true
*unchecked-math* :warn-on-boxed
*print-length* 128}
:dependencies [[midje "1.9.6"]]
:dependencies [[midje "1.9.8"]]
:jvm-opts ^:replace [#_"--add-opens=java.base/jdk.internal.ref=ALL-UNNAMED"]}}

:javac-options ["-target" "1.8" "-source" "1.8" "-Xlint:-options"]
Expand Down

0 comments on commit a079c20

Please sign in to comment.