Skip to content

Commit

Permalink
Fix warning about slf4j not being available (#757)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom authored Jan 14, 2025
1 parent eee3090 commit 3256ed3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion generators/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
:deps {org.clojure/data.json {:mvn/version "2.5.1"}
hbs/hbs {:mvn/version "1.0.3"}
io.github.tonsky/toml-clj {:mvn/version "0.1.0"}
clj-jgit/clj-jgit {:mvn/version "1.1.0"}}}
clj-jgit/clj-jgit {:mvn/version "1.1.0"}
org.slf4j/slf4j-nop {:mvn/version "1.7.30"}}}

0 comments on commit 3256ed3

Please sign in to comment.