Skip to content

Commit

Permalink
[fix] [#369] Temporarily switch back to old Pretty release
Browse files Browse the repository at this point in the history
There's currently an upstream issue with new Pretty versions,
Ref. clj-commons/pretty#93

Until the issue can be fixed, Timbre will switch back to the
last known-working version of Pretty.
  • Loading branch information
ptaoussanis committed Jun 30, 2023
1 parent 4b421a3 commit 107a603
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@

:dependencies
[[com.taoensso/encore "3.49.0"]
[io.aviso/pretty "1.3"]]
[io.aviso/pretty "1.1.1"] ; Temporarily use old release, Ref. #369
]

:plugins
[[lein-pprint "1.3.2"]
Expand Down

0 comments on commit 107a603

Please sign in to comment.