Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: clj-commons/ring-gzip-middleware
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: Release-0.1.8
Choose a base ref
...
head repository: clj-commons/ring-gzip-middleware
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jan 8, 2025

  1. Need a license these days

    slipset committed Jan 8, 2025
    Copy the full SHA
    4328168 View commit details
Showing with 2 additions and 0 deletions.
  1. +2 −0 project.clj
2 changes: 2 additions & 0 deletions project.clj
Original file line number Diff line number Diff line change
@@ -3,6 +3,8 @@
:url "https://github.com/clj-commons/ring-gzip-middleware"
:description "Ring gzip encoding middleware"
:dependencies [[org.clojure/clojure "1.9.0"]]
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:profiles {:1.12 {:dependencies [[org.clojure/clojure "1.12.0"]]}
:1.11 {:dependencies [[org.clojure/clojure "1.11.4"]]}
:1.10 {:dependencies [[org.clojure/clojure "1.10.3"]]}