-
I have tried to run ScalaJS code as SBT Integration test suite, I configured them as is written in the docs
``` scala
.configs(IntegrationTest)
.settings(commonSettings, Defaults.itSettings)
.sett…
-
## Description
Sonatype Central is having problems correctly validating sbt plugins. A normal publish command for a non-plugin repo will eventually output a directory with a set of files, all of whic…
-
## steps
**build.sbt**
```
enablePlugins(SbtWeb)
val foo = taskKey[Classpath]("foo")
foo := (Assets / exportedProducts).value
```
**project/plugins.sbt**
```
addSbtPlugin("com.typesaf…
-
I have a problem that is solved by calling `jsonAdd` on openapi generation. It’s the same as this: https://github.com/smithy-lang/smithy/issues/834
It’s easy if I can control the arguments passed t…
-
## steps
- https://github.com/davidB/scala-maven-plugin/issues/615
## problem
```
[ERROR] ## Exception when compiling 669 sources to /basedir/spark-mine/core/target/scala-2.12/classes
java.…
-
I am well aware that `inspect tree` cannot reasonably follow the dynamic dependencies through a `Def.taskDyn`, as it would have to run the task to do so, and `inspect` is not supposed to do that. Howe…
-
## steps
Create the following files:
### project/build.properties
```
sbt.version=0.13.15
```
### build.sbt
``` sbt
libraryDependencies += "org.scala-lang" % "scala-compiler" % scalaVers…
-
I’m getting failures using sbt-coverage. It’s like the plugins didn’t import when sbt fired. It all works great locally but always fails as a github Action.
My action yml is this:
```
name: G…
-
Hi Matthew,
I noticed the sbt-autoprefixer build.sbt points to sbtPluginSnapshots for publishTo but I didn't seem to find it there--is there a plan to publishTo http://repo.scala-sbt.org/scalasbt/sbt…
-
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…