-
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 …
-
### Describe the bug
Metals plugin for nvim doesn't properly import projects that contain nested `build.sbt`. Consider following project structure:
```
.
├── build.sbt
├── LICENSE
├── modules
│…
-
I’m encountering a 404: Not Found error when using the sbt-ci-release plugin after switching to the new Sonatype Portal Publisher API. The issue seems to be related to the URL used by the plugin, whic…
-
## steps
Some build with a compiler plugin?
## problem
When the compiler plugin JAR changes, sbt does not automatically invalidate the build, resulting in an under compilation.
## expectat…
-
### 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…
-
I would like to use this like an SBT plugin, similar to: https://github.com/geekity/sbt-embedded-postgres
This would allow for using typesafe-config type of setups and using random local ports/etc …
er1c updated
5 months ago
-
-
- Needs to have a config to switch between automatic (on file change) and manual generation
- config for file/folder path(s) of OpenAPI files
- config for package prefix
- setting to handover a glo…
-
## Problem
Sbt fails silently (or cryptically) when an sbt plugin uses a new feature such as synthetic projects from 0.13.13. This can cause [cryptic error messages](https://gitter.im/olafurpg/scal…
-
The only documentation I can find on the website is this [release note](https://www.scala-sbt.org/1.x/docs/sbt-1.4-Release-Notes.html#sbt-dependency-graph+is+in-sourced) and the archived [sbt-dependen…