-
While trying to load [softwaremill/sttp](https://github.com/softwaremill/sttp) with sbt `2.0.0-alpha12-SNAPSHOT` I noticed that the positions of the compilation errors in `build.sbt` were wrong. It se…
adpi2 updated
1 month ago
-
Hi, I found a problem that when you add `-Dsbt.ivy.home=` to the `.sbtopts` of the project, you get the error `Failed to resolve NormalizedArtifact`
```bash
[info] Resolving NormalizedArtifact(com…
-
This is an interesting plugin, but I wonder if the functionality it provides would not be even more interesting *outside* of sbt? Then it would be very likely much easier to reuse, e.g. in a CI/CD con…
-
Hi Friends,
I am new to Spark-Scala-sbt area. I am trying to run one sample spark-scala code using sbt and some sbt eclipse and sbt assembly plugins, But not able to package run it due to below is…
Nav15 updated
8 years ago
-
## Compiler version
3.3.1
## Minimized code
Small project for reproducing: https://github.com/jgogstad/spire-scalac-crash,
There is a chance that Spire is a culprit here, however, ther…
-
```
% sbt test
error:
bad constant pool index: 0 at pos: 48461
while compiling:
during phase: globalPhase=, enteringPhase=
library version: version 2.12.17
compiler v…
-
My application crashed on a special environment where all so native libraries can't work. Are they required or can graaljs run in interpreter mode without them?
```
[info] running chester.cli.Main…
-
## steps
Start `sbt-laucher.jar` with a current UNC WSL directory, for example (starting from NuShell, because cmd.exe doesn't support UNC paths well):
```
\\wsl$\OracleLinux_9\home\user\projec…
ghost updated
3 weeks ago
-
Hi Diego,
Thanks for providing this starter.
Cloned your repo to have a look at your la-futures-2 branch. Had to do the following to get it to work:
Changed the plugins.sbt to the following:
```
a…
-
For an sbt project matrix spanning JS, JVM, and Native, IntelliJ IDEA is capable of fully indexing sources within src/main. Any types defined within the sources can be used by tests within src/test. I…