Skip to content

Commit

Permalink
Clean up wallbrew config (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
nnichols authored Oct 13, 2024
1 parent a702fc1 commit b1e9091
Show file tree
Hide file tree
Showing 16 changed files with 4 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion .sealog/config.edn → .wallbrew/sealog/config.edn
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{:changelog-filename "CHANGELOG.md"
:changelog-entry-directory ".sealog/changes/"
:changelog-entry-directory ".wallbrew/sealog/changes/"
:version-scheme :semver3
:pretty-print-edn? true}
7 changes: 3 additions & 4 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@
[metosin/spec-tools "0.10.7"]
[org.clojure/clojure "1.12.0"]]
:plugins [[com.github.clj-kondo/lein-clj-kondo "2024.09.27"]
[com.wallbrew/bouncer "1.0.0"]
[com.wallbrew/lein-sealog "1.7.0"]
[mvxcvi/cljstyle "0.16.630"]
[ns-sort/ns-sort "1.0.3"]]
[com.wallbrew/bouncer "1.1.1"]
[com.wallbrew/lein-sealog "1.8.0"]
[mvxcvi/cljstyle "0.16.630"]]
:profiles {:dev {:dependencies [[org.clojure/test.check "1.1.1"]]}}
:deploy-repositories [["clojars" {:url "https://clojars.org/repo"
:username :env/clojars_user
Expand Down

0 comments on commit b1e9091

Please sign in to comment.