Skip to content

Commit

Permalink
Updated to clojure 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
soulflyer committed Jun 12, 2018
1 parent 640ab39 commit da2eb62
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Binary file added .DS_Store
Binary file not shown.
10 changes: 5 additions & 5 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
:url "http://github.com/soulflyer/image-search"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.7.0"]
[org.clojure/tools.cli "0.3.3"]
[org.slf4j/slf4j-nop "1.7.21"]
:dependencies [[org.clojure/clojure "1.9.0"]
[org.clojure/tools.cli "0.3.7"]
[org.slf4j/slf4j-nop "1.7.25"]
[image-lib "0.2.2-SNAPSHOT"]]
:plugins [[refactor-nrepl "2.3.0-SNAPSHOT"]]
;; :plugins [[refactor-nrepl "2.3.0-SNAPSHOT"]]
:main image-search.command-line
:bin {:name "image-search"
:bin-path "~/bin"}
)
)
4 changes: 2 additions & 2 deletions src/image_search/play.clj
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@
;; images can be used instead of -> all-images
(images
(and (in :Model "Nik")
(eq :ISO-Speed-Ratings 100))
count)
(eq :ISO-Speed-Ratings 640))
(open medium))

;; We can also output a list of pictures to a file. Note that the file is not
;; emptied first, up to you to rm it, if thats what you want. This example also uses
Expand Down

0 comments on commit da2eb62

Please sign in to comment.