Skip to content

Commit

Permalink
Update minimum Clojure version to 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Apr 26, 2024
1 parent f616c34 commit 726298b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
:url "https://github.com/ring-clojure/ring-anti-forgery"
:license {:name "The MIT License"
:url "http://opensource.org/licenses/MIT"}
:dependencies [[org.clojure/clojure "1.7.0"]
:dependencies [[org.clojure/clojure "1.9.0"]
[crypto-random "1.2.1"]
[crypto-equality "1.0.1"]
[hiccup "1.0.5"]]
Expand All @@ -12,10 +12,9 @@
{:output-path "codox"
:project {:name "Ring Anti-Forgery"}
:source-uri "http://github.com/ring-clojure/ring-anti-forgery/blob/{version}/{filepath}#L{line}"}
:aliases {"test-all" ["with-profile" "default:+1.8:+1.9:+1.10:+1.11" "test"]}
:aliases {"test-all" ["with-profile" "default:+1.10:+1.11:+1.12" "test"]}
:profiles
{:dev {:dependencies [[ring/ring-mock "0.4.0"]]}
:1.8 {:dependencies [[org.clojure/clojure "1.8.0"]]}
:1.9 {:dependencies [[org.clojure/clojure "1.9.0"]]}
:1.10 {:dependencies [[org.clojure/clojure "1.10.3"]]}
:1.11 {:dependencies [[org.clojure/clojure "1.11.1"]]}})
:1.11 {:dependencies [[org.clojure/clojure "1.11.3"]]}
:1.12 {:dependencies [[org.clojure/clojure "1.12.0-alpha9"]]}})

0 comments on commit 726298b

Please sign in to comment.