-
Hi!
In my project, we're migrating from using maven-central directly to proxy it through artifactory. When artifactory is fetching the pom.xml of sbt-spotless, it fails as the artifact-name apparentl…
-
Currently, sbt-stainless expects an external solver to be installed and available in the `$PATH`. This because I couldn't make scalaz3 work on OSX (see https://github.com/epfl-lara/ScalaZ3/issues/56)…
dotta updated
5 years ago
-
Let's show / demo our favorite REPL, IDE keyboard shortcuts, sbt plugins etc
There's not a single speaker, everybody can contribute - you should bring your own laptop.
magro updated
6 years ago
-
I am totally new to scala/sbt, so this might be a really obvious error, but when i try to setup the latest demo server i am seeing tons of errors
https://gist.github.com/aeyakovenko/a31097ffde0f223523…
-
I'm trying to upgrade to Sbt 1.0 and from sbt-header version 1.7.0 to 5.0.0 as the same time. I can't run `headerCheck` anymore because it crashes with:
```
sbt:root> headerCreate
[error] java.la…
-
How about letting tab-completion be case-insensitive? I'm pretty inaccurate when jamming in characters for a task I want in the sbt console and I use tab-completion liberally. I commonly screw up th…
-
I have a lot of errors of the type `Error overriding method .... needs 'override' modifier`
When I tried to compile the npm package `"@material/web" -> "0.1.0-alpha.2"`
I'm using scala `3.2.2-R…
-
Hi,
I've been using the plugin for a few weeks and everything seem to work fine. However there's something that I'm missing in the plugin.
# Context
I'm using gulp to call webpack in order to build …
-
Just a random idea I've been brewing, feel free to tell me I'm being dumb
It seems to me a lot of the trickiness with `scalacOptions` is that in userland we want to operate (add/remove) with a high…
-
## Compiler version
Scala compiler version 3.1.0 -- Copyright 2002-2021, LAMP/EPFL
## Minimized example
Calling scalac with `-Xfatal-warnings` set multiple times results in compilation error
…