-
Multiple warnings/errors running either sbt test or sbt console following Zero to Sixty instructions. The ending information below from running sbt (no errors) and then "console" from root directory …
-
I'm trying to understand the following:
```
info] Skipped test option 'Filter(IntegrationSettings$$$Lambda$8435/0x00007ccae0ec2110@4fdce555)' as it can only be used within sbt
```
-
- https://github.com/sbt/sbt/issues/7707
- https://github.com/sbt/sbt/issues/7741
-
https://github.com/foundweekends/giter8/issues/802#issuecomment-2336776126
-
### Is your feature request related to a problem? Please describe.
Metals generates the `project/metals.sbt` at some point in time. This file contains the `bloop` plugin and version https://github.co…
-
### Background Work
- [X] Yes, I searched the [mailing list](https://groups.google.com/forum/#!forum/chipyard)
- [X] Yes, I searched [prior issues](https://github.com/ucb-bar/chipyard/issues)
- [X] Y…
-
`sbt-sonatype` `sonatypeBundleRelease` failed use Java8.
This command succeed in Java17. It seems that use `HttpURLConnectionBackend`.
But `bundle.zip` is also generated in Java8 though `sonaty…
-
### Describe the bug
All of a sudden, when trying to use Metals at $WORK, when the server is loading it fails to download certain dependencies for our main SBT plugin:
```
Could not fetch depende…
-
As already reported inside another issue (https://github.com/VirtusLab/akka-serialization-helper/issues/381#issuecomment-1859184593) there is an execution error with Scala `2.13.12` and above when the…
-
For example we have a next routes in our tests:
```
GET /take-slist-int-d controllers.Application.takeListIntWithDefault(x: List[Int] ?= List(1, 2, 3))
```
And for this route we …