Skip to content

Commit

Permalink
Avoid shipping ring/ring-core to bbin users
Browse files Browse the repository at this point in the history
(It's only used for testing)
  • Loading branch information
teodorlu committed Jan 3, 2025
1 parent 3deff00 commit b92def3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion bbin
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
org.babashka/http-client {:mvn/version "0.1.8"},
version-clj/version-clj {:mvn/version "2.0.2"},
babashka/fs {:mvn/version "0.3.17"},
ring/ring-core {:mvn/version "1.13.0"},
org.babashka/json {:mvn/version "0.1.1"}}})

(ns babashka.bbin.meta)
Expand Down
1 change: 0 additions & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
org.babashka/http-client {:mvn/version "0.1.8"}
org.babashka/json {:mvn/version "0.1.1"}
org.clojure/tools.gitlibs {:mvn/version "2.4.181"}
ring/ring-core {:mvn/version "1.13.0"}
selmer/selmer {:mvn/version "1.12.55"}
version-clj/version-clj {:mvn/version "2.0.2"}}
:aliases {:neil {:project {:name babashka/bbin
Expand Down

0 comments on commit b92def3

Please sign in to comment.