-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
dependencies cause failure to compile (or start sbt) #284
Comments
this is a nice catch. thank you |
@andyglow - is the doc stuff around paradox being used at all? All of the dependency issues are in there. Is there any reason to not just pull it all out? I can create a PR for it if that is ok with you. |
hello, the paradox docs are supposed to replace readme at some point.. if i remember well somehow I could not make the documentation part of the build which was a goal |
the material theme does not appear to be actively maintained. The library versions that back it are all out of date and there have been no commits in 4 years. I will look at what you have own the branch and see if I can make sense of it. |
ohh.. I'm sorry. Yes, you're right.. I just never pushed it before for the material theme.. you know better alternatives? |
Looked at the material theme issues. There are 3-4 PRs with updated libraries mostly around Circe and the fact that it is breaking things. Jonas ( the owner) does not appear to be responding to any of it. I created a new one but it might be better to fork it, rename it, credit Jonas and make use of it that way? This is only really an issue if you really feel the need for the material theming of course. All of the doc libraries are in weird states. Even Paradox does not has a Scala 2.13* release. There is a short term fix to comment out the doc libraries which will allow for a build to pass (and the PR from justcoon to build correctly). I would start with that and tackle the documentation as a separate issue. Does this work for you? |
Hi, Gordon @jwgcooke |
Describe the bug
External doc dependencies are out of date and no longer appear to be supported. Trying to compile the project results in a dependency issue :
This is in due to the plugin
sbt-paradox-material-theme
being very out of date and apparently no longer maintainedTo Reproduce
Download source into a clean clone, execute sbt, fails to start sbt
Expected behavior
sbt should start and code should be able to be compiled
Actual results
sbt fails to start with dependency exceptions
Versions:
Scala 2.13.8
Json Schema version : not relevant
Additional context
Add any other context about the problem here.
using sbt 1.7.1
The text was updated successfully, but these errors were encountered: