-
can not pull this dependency.
could you please give me a hint on how to set my build.sbt for this dependency?
my build.sbt is as follow:
name := "free-monad-coproduct-example"
version :…
-
can not pull this dependency.
could you please give me a hint on how to set my build.sbt for this dependency?
my build.sbt is as follow:
name := "free-monad-coproduct-example"
version :…
-
We have many sub modules in our project, and using the Custom TC logger means that every time we run a new SBT commands, the step transformation slowly applies to each and every one of them (Update: I…
-
Using the following Dockerfile
```dockerfile
FROM openjdk:8
SHELL ["bash","-c"]
ENV COLUMNS=200
RUN apt-get update &&\
apt-get upgrade -yy &&\
apt-get install -yy python-pip bash-comp…
-
It would be desirable to have a way (or if one already exists to document it), to enable an sbt plugin for a specific platform in the matrix. For example, [scalajs-bundler](https://scalacenter.github.…
-
I'm having troubles building scalatest. First I get this missing values errors
```
[error] /Users/cquiroz/Projects/scalatest/project/scalatest.scala:131: not found: value pgpSecretRing
[error] …
-
The purpose is to be able to move Swagger etc. out of Xitrum core, to xitrum-swagger plugin etc. This way we can develop/upgrade plugins independently from Xitrum core.
1.
We need to design an entry…
-
### Describe the bug
Hi, i just download vscode and installed metals and scala syntax plugins, i have sbt too (script version : 1.8.3, version on the project : 1.7.1) and i use scala 2.13.10.
I …
-
**Is your feature request related to a problem? Please describe.**
It's not documented that if you're using Protobuf (instead of Avro), the required dependencies are no longer automatically included …
-
When adding the plugin to SBT, it tries to get `semanticdb-scalac_2.12.11:4.2.3` from maven which doesn't exist.
```
[error] sbt.librarymanagement.ResolveException: Error downloading org.scalameta…