Skip to content

Impossible to use twilio sdk in sbt 1.9.8 Scala 3.3.1, Mac OS Sonoma 14.0 #783

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
CodeCombiner opened this issue Mar 11, 2024 · 2 comments
Labels
priority: high Needs immediate attention; blockers or critical

Comments

@CodeCombiner
Copy link

Issue Summary

When add maven dependency to sbt I get the error:
[Fatal Error] :1:326: The reference to entity "display" must end with the ';' delimiter.

Steps to Reproduce

  1. Add maven dependency to sbt
  2. sbt reload
  3. sbt compile

Full output

[info] Reapplying settings... [info] set current project to ProjectName (in build file:/Users/username/Documents/ProjectDir/) [warn] sbt 0.13 shell syntax is deprecated; use slash syntax instead: Global / dumpStructure [Fatal Error] :1:326: The reference to entity "display" must end with the ';' delimiter. [error] stack trace is suppressed; run 'last update' for the full output [error] stack trace is suppressed; run 'last ssExtractDependencies' for the full output [error] (update) org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 326; The reference to entity "display" must end with the ';' delimiter. [error] (ssExtractDependencies) org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 326; The reference to entity "display" must end with the ';' delimiter. [error] Total time: 0 s, completed Mar 11, 2024, 11:45:13 AM [info] shutting down sbt server

Any recommendations appreciated

@sbansla sbansla added the priority: high Needs immediate attention; blockers or critical label Apr 7, 2025
@lolgab
Copy link

lolgab commented Apr 8, 2025

Can you give more instructions on how to reproduce?
Like build.sbt, etc.
Better if it's a git repository one can clone.

@philliptaylorpro
Copy link

Hi. I had this exact problem happen to me yesterday as well. (Except on a different codebase). Something in my CI pipeline that hadn't changed suddenly failing for no reason. This is with an old commits in my base that used to work, and an old sbt that hadn't been upgraded. I have debugged the issue and it turned out to be the dependency check plugin, in project/plugins.sbt.

Removing it fixed the issue

addSbtPlugin("net.vonbuchholtz" % "sbt-dependency-check" % "x.x.x")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: high Needs immediate attention; blockers or critical
Projects
None yet
Development

No branches or pull requests

4 participants