Skip to content

Commit

Permalink
Fixes #162 - Failure to repl with logging woes
Browse files Browse the repository at this point in the history
  • Loading branch information
cnuernber committed Nov 3, 2020
1 parent 4276947 commit f78a93d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
org.slf4j/slf4j-api]]
[ch.qos.logback/logback-classic "1.2.3"
:exclusions [org.slf4j/slf4j-api]]
;;Version of slf4j hand chosen to be a middle ground between projects.
[org.slf4j/slf4j-api "1.7.30"]
;;Many things require guava, so we may as well have latest version
[com.google.guava/guava "28.0-jre"]

Expand Down

0 comments on commit f78a93d

Please sign in to comment.