-
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…
-
For at least one 2.11 project, instrumented with the sbt plugin, sbt fails to start, with what appears to be a scala macros version collision. See http://stackoverflow.com/questions/38956534/scala-pac…
-
Without actually switching to it for our build (that's #351)
Requires upstream:
* [x] sbt-assembly
* [ ] https://github.com/jodersky/sbt-gpg/issues?q=is%3Aopen+is%3Aissue
* [ ] https://github.…
-
## steps
https://github.com/xuwei-k/sbt-remote-cache-compiler-plugin/commit/d4b466ccacb43ddf810879706775ba75a716c9ab
### A.scala
```scala
package example
class A
```
### `build.sbt`…
-
I recently updated the version of sbt-git included in several of our projects and ran into https://github.com/sbt/sbt-git/issues/102. Because we include the logback slf4j backend in another plugin, we…
-
## steps
Given a project definition which includes both an sbt plugin and a non-plugin project that the sbt plugin depends on:
```scala
inThisBuild(
Seq(
organization := "com.example",
…
-
Following on from Mark's [Don't Fear the Parser talk](https://github.com/scalasyd/scalasyd/issues/36) talk, I can give an update on our [sbt-rats parser generator plugin](https://bitbucket.org/inkyton…
-
This exception occurs each time I start intelliJ :
```
Access is allowed from event dispatch thread with IW lock only.
com.intellij.openapi.diagnostic.RuntimeExceptionWithAttachments: EventQue…
-
- [x] I've read the [CONTRIBUTING](https://github.com/sbt/sbt/blob/1.x/CONTRIBUTING.md) guidelines
## steps
1. You can clone my sample project https://github.com/almothafar/play-with-mapstruct
2.…
-
Jitpack already supports sbt's cross compiling (#178) and this is just a step further. When sbt publishes a sbt plugin (set by `sbtPlugin := true` in plugin's build.sbt), the resulting artifact name i…