-
When I type: sbt clean compile test in the vm/jvm directory I get an error with the sbt plugin
it looks like it is building from this file: https://github.com/mm-adt/vm/blob/master/jvm/build.sbt . I …
-
Last time I tried sbt 2.x on Windows I noticed that the `ActionCache` was broken because of symbolic links.
adpi2 updated
2 months ago
-
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…
-
Hi, I'm moving a project from `sbt` to `mill` and did not find a way to use the codegen outside of `sbt`. Is it possible to run the fs2-grpc codegen as a standalone, e.g. with protoc?
-
Question also asked on Stack Overflow:
http://stackoverflow.com/q/21138537/3180279
The example given at https://github.com/philcali/sbt-aws-plugin is as follows:
```
awsSsh.scripts += NamedSshScrip…
-
I tried to upgrade the sbt version to the latest (1.2.1) but eventually I understand why you're still using sbt 0.13 here.
* sbt-avro: https://github.com/sbt/sbt-avro/issues/57
* sbt-spark-submit …
-
## steps
The error happens randomly in the console he using sbtn
## problem
In the console I see the error below and sbt dies
```
sbt:root> Exception in thread "sbt-serverconnection-0" ja…
-
BSP has an interface for exporting information about dependencies and metadata about said dependencies including transitive dependencies: https://build-server-protocol.github.io/docs/specification/#bu…
-
CLI runner [arguments](https://scalacenter.github.io/bloop/docs/cli/tutorial#pass-test-arguments-to-test) are not passed to [Scalatest](https://www.scalatest.org/scaladoc/3.2.7/org/scalatest/ConfigMap…
-
**Describe**
I just installed scala and sbt from the official website and also have Metals installed in VSCode. I opened an empty folder, tring to create a new scala project using Metals. However, by…