You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to upgrade the dependency intl from 0.17.0 to 0.18.0 in my project. But I'm getting a version resolve conflict because cider currently depends on intl: ^0.17.0.
Initially, I was going to ask if you can bump the intl dependency to 0.18.0. However, after looking at the code, it doesn't seem like it's used/imported anywhere.
So now my question is can this dependency be removed from cider?
The text was updated successfully, but these errors were encountered:
I'm trying to upgrade the dependency
intl
from0.17.0
to0.18.0
in my project. But I'm getting a version resolve conflict becausecider
currently depends onintl: ^0.17.0
.Initially, I was going to ask if you can bump the
intl
dependency to0.18.0
. However, after looking at the code, it doesn't seem like it's used/imported anywhere.So now my question is can this dependency be removed from
cider
?The text was updated successfully, but these errors were encountered: