We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I get the following error when compiling scalatex with acyclic turned on.
[error] Unwanted cyclic dependency [info] [info] /Users/caoiocon/cps/test-scalatex/readme/target/scala-2.12/sbt-0.13/src_managed/main/scalatex/Main.scala:9: [info] scalatex.Readme() [info] ^ [info] symbol: method apply [info]
Here is the content,
package scalatex object Main extends scalatex.site.Main( url = "zzz", wd = ammonite.ops.Path("zzz"), output = ammonite.ops.Path("zzz"), extraAutoResources = Seq[String]().map(ammonite.ops.resource/ammonite.ops.RelPath(_)), extraManualResources = Seq[String]().map(ammonite.ops.resource/ammonite.ops.RelPath(_)), scalatex.Readme() )
I'm mainly reporting this issue because the irony is delicious ;-)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I get the following error when compiling scalatex with acyclic turned on.
Here is the content,
I'm mainly reporting this issue because the irony is delicious ;-)
The text was updated successfully, but these errors were encountered: