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
Import the project from build.sbt using Intellij IDEA.
The project import fails with an error:
Removing the explicit "io.circe" %% "circe-core" % "0.14.4" from the dependencies of the benchmarks module fixes the issue.
Should I open a PR?
The text was updated successfully, but these errors were encountered:
nikololiahim
changed the title
Cannot import project in Intellij IDEA due to conflicting dependencies
Cannot import project into Intellij IDEA due to conflicting dependencies
Apr 24, 2023
To reproduce:
master
branch of the repository.build.sbt
using Intellij IDEA.The project import fails with an error:
Removing the explicit
"io.circe" %% "circe-core" % "0.14.4"
from the dependencies of thebenchmarks
module fixes the issue.Should I open a PR?
The text was updated successfully, but these errors were encountered: