-
...please!
-
I am working on a Java Play 2.6 project and wanted to switch from eclipse (ScalaIDE) to VSCode (because I use VSCode for everything else and I largely prefer to work with it rather than eclipse).
I…
-
## steps
Execute a task that calls a slf4j logger (e.g. from a dependency or directly from the task)
```
def testLoggingTask: Def.Initialize[Task[Unit]] = Def.task {
val log: Logger = stream…
-
This is follow up of #8011. We need to add documentation highlighting these changes and also how to use them.
-
I was trying to migrate one of my projects to latest sbt version and databricks plugin couldn't be resolved.
-
I added the `sbt-docker-compose` dependency
```scala
addSbtPlugin("com.tapad" % "sbt-docker-compose" % "1.0.34")
```
but can not find the artifact in any of following plug…
-
To reproduce:
``` bash
git clone git@github.com/sbt/sbt.git
cd sbt
pwd
```
Then open IntelliJ using the nightly build of the SBT support plugin (currently 0.1.50), and try Import Project, pointing i…
-
Hi,
The Scala community has made an effort to update the version of scala-xml from 1.x to 2.x in all sbt plugins (See https://github.com/sbt/sbt/discussions/7075)
It seems that this plugin is stil…
-
- [x] I've read the [CONTRIBUTING](https://github.com/sbt/sbt/blob/1.x/CONTRIBUTING.md) guidelines
## Notes
sbt version: definitely 1.2.1, and we think it affects 1.0+.
We have setup sbt to h…
-
I haven't found any way to prevent sbt from putting the containing project's `scalaVersion` artifacts on the benchdb classpath. This needs to be resolved before the sbt plugin will be useful and can b…