Skip to content

Commit

Permalink
drop support for clojure 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
opqdonut committed Sep 1, 2023
1 parent cdbfef2 commit 68371c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ We use [Break Versioning][breakver]. The version numbers follow a `<major>.<mino

## UNRELEASED

* **BREAKING**: require Clojure 1.11, drop support for Clojure 1.10

## 0.7.0-alpha5 (2023-06-14)

* **BREAKING**: `compile-request-coercers` returns a map with `:data` and `:coerce` instead of plain `:coerce` function
Expand Down
3 changes: 1 addition & 2 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@
[ring-cors "0.1.13"]

[com.bhauman/rebel-readline "0.1.4"]]}
:1.10 {:dependencies [[org.clojure/clojure "1.10.3"]]}
:perf {:jvm-opts ^:replace ["-server"
"-Xmx4096m"
"-Dclojure.compiler.direct-linking=true"]
Expand All @@ -152,7 +151,7 @@
"-XX:+PrintCompilation"
"-XX:+UnlockDiagnosticVMOptions"
"-XX:+PrintInlining"]}}
:aliases {"all" ["with-profile" "dev,default:dev,default,1.10"]
:aliases {"all" ["with-profile" "dev,default"]
"perf" ["with-profile" "default,dev,perf"]
"test-clj" ["all" "do" ["bat-test"] ["check"]]
"test-browser" ["doo" "chrome-headless" "test"]
Expand Down

0 comments on commit 68371c2

Please sign in to comment.