-
- [x] I've read the [CONTRIBUTING](https://github.com/sbt/sbt/blob/1.x/CONTRIBUTING.md) guidelines
## steps
build.sbt:
```scala
val demo = inputKey[Unit]("A demo input task.")
demo := Def.input…
-
Currently, the plugin resolves the dependencies using ivy resolver. Our builds only work with coursier, therefore we noticed sbt failing to resolve the dependencies.
The plugin seems not maintained…
-
I create this issue to keep track of the knowledge about migration of plugins to sbt 2.x
adpi2 updated
1 month ago
-
I tried to run tests in my fork and failed to start sbt:
```
sbt.ResolveException: unresolved dependency: com.eed3si9n#sbt-pamflet;0.1.0-SNAPSHOT: not found
```
-
@borissmidt Do you plan on integrating monix-grpc with sbt? If so we might want to build a quick sbt plugin for monix-grpc [just like fs2-grpc](https://github.com/typelevel/fs2-grpc/tree/main/plugin/s…
-
This is not really an issue, but a feature request: it would be extremely awesome if one could check sbt plugin updates with this sbt plugin as well.
-
It will be cool to use ScalaCSS in compile time. For example I have an Scala.js module named `my-super-components`. I have creating a set of applications using this module. Sometimes I want dark theme…
-
sbt report that...
-
idea is to automatically update code based on changes to api.json
-
Hi,
Recently I am trying to use your sbt-bom plugin which is officially recommended by CycloneDx and build the bom.xml file. I compared the generated bom file with the Maven plugin generated bom fil…