Skip to content

Commit

Permalink
Merge pull request #981 from ilmoraunio/master-iloveponies
Browse files Browse the repository at this point in the history
Add support for latest JDK (11)
  • Loading branch information
Fingerzam authored Jun 25, 2019
2 parents e437547 + 81b57e2 commit 0a056af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject predicates "1.0.0-SNAPSHOT"
:dependencies [[org.clojure/clojure "1.5.1"]
[iloveponies.tests/predicates "0.1.0-SNAPSHOT"]]
:profiles {:dev {:plugins [[lein-midje "3.1.1"]]}})
:dependencies [[org.clojure/clojure "1.10.0"]
[iloveponies.tests/predicates "0.2.0-SNAPSHOT"]]
:profiles {:dev {:plugins [[lein-midje "3.2.1"]]}})

0 comments on commit 0a056af

Please sign in to comment.