-
`build.sbt` references `sbtCoursierVersion` (to put it on the website), which is provided by sbt-coursier or sbt-lm-coursier. But these plugins can't be added, as they usually require the latest lm-co…
-
If my project includes the sbteclipse plugin then I get the following error when I run the 'nix' command.
This happens if the sbteclipse plugin is in the global or project-specific plugins.sbt locatio…
-
## steps
Reproduction repository: https://github.com/gaeljw/sbt-test-hangs
- clone the repo in local
- make sure to use Java 11 (using jenv or any other way)
- run `sbt clean test`
### envi…
-
error log:
[error] SERVER ERROR: Bad Gateway url=https://dl.bintray.com/allenai/maven/org/allenai/common/common-core_2.12/2.0.0/common-core_2.12-2.0.0.pom
[warn] module not found: org.allenai.com…
-
Hi, all of a sudden sbt-s3-resolver can't be found. It was previously working. Here's my output
```
[info] Resolving ohnosequences#sbt-s3-resolver;0.16.0 ...
[warn] module not found: ohnosequences…
-
I'm not sure if the logs are public or not since I don't see reference to them anywhere, but I noticed today that no PRs are being sent in to https://github.com/DavidGregory084/mill-tpolecat even thou…
-
Hi, thank you for your great work. I have a problem when running the fitter.
I am using Ubuntu 16.04, and java-8
when I run the command
```
sbt run -mem 2000
```
the program will produce the f…
-
The Task Graph page http://www.scala-sbt.org/1.x/docs/Task-Graph.html contains three examples containing the expression `ur.allConfigurations.take(3)` which all seem broken:
```
$ cat build.sbt
…
-
```
Getting org.scala-sbt sbt 0.7.5.RC0 ...
:: problems summary ::
:::: WARNINGS
module not found: org.scala-sbt#sbt;0.7.5.RC0
==== local: tried
/home/robin/.ivy2/…
-
As per documentation I should be able to add spark dependencies via:
`spDependencies += "databricks/spark-avro:3.2.0"`
But I have the following error:
```ML5886:job-cerebro-spark XXX$ sbt com…