-
## steps
https://github.com/sbt/sbt-pgp/tree/7bbc3999472c4b73a649aa6343b3a1497a39b906
checkout sbt-pgp v2.3.0
run `sbt '++ 3.x' doc`
## problem
https://github.com/sbt/sbt-pgp/actions/ru…
-
A separate module containing an SBT Vert.x plugin is needed. This would enable Vert.x Scala applications to be run directly from the SBT console.
Just like [Spray (via their SBT Revolver plugin)](htt…
-
Imagine a compiler plugin that has library dependencies other than the native scala ones.
When such a compiler plugin has been added to a project via `addCompilerPlugin`, then in order to have it ex…
-
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
```
-
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...
-
- [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…
-
@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…
-
Given a build.sbt of
```
version := "0.0.1"
org.scalastyle.sbt.ScalastylePlugin.Settings
val t = taskKey[Unit]("task")
t := {
// org.scalastyle.sbt.PluginKeys.scalastyle is an input key
val i…