Skip to content

Commit

Permalink
Fix #209: add newlines between dependencies (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Mar 28, 2024
1 parent 2a0a95b commit 3bb1913
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
babashka/fs {:mvn/version "0.2.16"}
babashka/process {:mvn/version "0.4.16"}
rewrite-clj/rewrite-clj {:mvn/version "1.1.46"}
borkdude/rewrite-edn {:mvn/version "0.4.6"}
borkdude/rewrite-edn {:mvn/version "0.4.8"}
org.babashka/cli {:mvn/version "0.8.57"}
cheshire/cheshire {:mvn/version "5.11.0"}
io.github.seancorfield/deps-new {:git/url "https://github.com/seancorfield/deps-new"
Expand Down
2 changes: 1 addition & 1 deletion neil
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

(require '[babashka.deps :as deps])

(deps/add-deps '{:deps {borkdude/rewrite-edn {:mvn/version "0.4.6"}
(deps/add-deps '{:deps {borkdude/rewrite-edn {:mvn/version "0.4.8"}
org.babashka/spec.alpha {:git/url "https://github.com/babashka/spec.alpha"
:git/sha "1a841c4cc1d4f6dab7505a98ed2d532dd9d56b78"}
io.github.seancorfield/deps-new {:git/url "https://github.com/seancorfield/deps-new"
Expand Down
2 changes: 1 addition & 1 deletion prelude
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

(require '[babashka.deps :as deps])

(deps/add-deps '{:deps {borkdude/rewrite-edn {:mvn/version "0.4.6"}
(deps/add-deps '{:deps {borkdude/rewrite-edn {:mvn/version "0.4.8"}
org.babashka/spec.alpha {:git/url "https://github.com/babashka/spec.alpha"
:git/sha "1a841c4cc1d4f6dab7505a98ed2d532dd9d56b78"}
io.github.seancorfield/deps-new {:git/url "https://github.com/seancorfield/deps-new"
Expand Down

0 comments on commit 3bb1913

Please sign in to comment.