Closed kwrooijen closed 4 years ago
Did this issue not occur for you with releases prior to 1.6.0-alpha4 or is that just the only release you’ve used so far?
This is the only release I've used so far.
Edit: Maybe the reason is because I'm using lein / project.clj instead of boot? The project.clj cheshire seems to be outdated.
Edit2: Nevermind, the boot version is outdated.
Thanks! Released with 1.6.0
🙂
When including the latest version of
raven-clj
(1.6.0-alpha4) I get the following error when starting my application:The underlying reason for this seems to be an old version of
cheshire
. When inspecting withlein deps :tree
,raven-clj
is includingcheshire
version5.0.1
.When bumping this to the latest version (
[cheshire "5.9.0"]
) the issue is resolved.