-
see:
http://www.scala-sbt.org/0.13/docs/Community-Plugins.html
it links to https://github.com/sbt/sbt-scalariform with outdated version
sbt-scalariform (adding support for source code formatting using…
-
PLZ? kthxbai
-
Older sbt used to have `sh` built-in.
https://github.com/sbt/sbt-sh perhaps should be merged.
-
Hello,
I am getting the following dependency issue while trying to build the plugins:
```# sbt clean pack
[info] Loading project definition from /root/marathon-example-plugins/project
[info] S…
-
Hi,
Is there any difference between this project and the one from https://github.com/OpenAPITools/sbt-openapi-generator/ ?
-
Would you consider auto-detecting scripted tests and then including them to save developers writing code like this:
https://github.com/sbt/sbt-digest/pull/12/files#diff-51d4ae50524e97cc109f0ada94e151…
huntc updated
10 years ago
-
I've noticed with the latest metals that when I start sbt (in the sbt project) I see:
```
[info] welcome to sbt 1.4.0-M2 (Azul Systems, Inc. Java 1.8.0_252)
[info] loading settings for project sbt-…
-
## steps
Make your project in build.sbt be anything else except `lazy val root = (project in file("."))`
## problem
sbt incorrectly sets scala version for builds.
This is evident by:
1.…
-
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…
-
Error while importing sbt project:
[info] Loading settings for project global-plugins from idea.sbt ...
[info] Loading global plugins from C:\Users\Administrator\.sbt\1.0\plugins
[info] Loading s…