Skip to content

Commit

Permalink
Merge pull request #160 from krisajenkins/mschaef/update-dependencies
Browse files Browse the repository at this point in the history
Update the instaparse and Clojure 1.11 dependencies, and test against pre-release Clojure 1.12
  • Loading branch information
mschaef authored Jun 14, 2024
2 parents b571e02 + f0f3e9e commit f87c6f5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.11.1"]
[org.clojure/java.jdbc "0.7.12" :exclusions [org.clojure/clojure]]
[instaparse "1.4.12" :exclusions [org.clojure/clojure]]]
[instaparse "1.5.0" :exclusions [org.clojure/clojure]]]
:pedantic? :abort
:scm {:name "git"
:url "https://github.com/krisajenkins/yesql"}
Expand All @@ -17,8 +17,9 @@
: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"]]}}
:aliases {"test-all" ["with-profile" "+1.7:+1.8:+1.9:+1.10:+1.11" "do"
:1.11 {:dependencies [[org.clojure/clojure "1.11.3"]]}
:1.12 {:dependencies [[org.clojure/clojure "1.12.0-alpha12"]]}}
:aliases {"test-all" ["with-profile" "+1.7:+1.8:+1.9:+1.10:+1.11:+1.12" "do"
["clean"]
["expectations"]]
"test-ancient" ["expectations"]})

0 comments on commit f87c6f5

Please sign in to comment.