-
Using the `HelloWorld` example in the `README.md`, the sbt shell is just frozen, does not accept any input after the `run` command.
-
Currently multijvm just does a straight copy of jars from the classpath list to the jars directory. The problem with this is that when the classpath changes, any jars that shouldn't be there are left…
-
Basically what I'm seeing is to have "sbt run" and this will do assembly, copy jar to nodes and start app across all nodes.
Perhaps "sbt run 0" would be helpful as well
I see we should add:
- deplo…
-
It reports unresolved dependency: com.hootsuite#sbt-swagger;1.0.0: not found
Is there a particular repo that I need to add to Resolvers?
Thanks.
-
-
And do this:
https://github.com/sbt/sbt-scalabuff/pull/7
at the same time
-
http://www.scala-sbt.org/0.13/docs/Travis-CI-with-sbt.html#%28Experimental%29+Reusing+Ivy+cache
rexim updated
8 years ago
-
The updated 3.9 Alpine Image broke SBT.
We should either move to Ubuntu anyways or test over the weeks whether they fixed it or not.
-
From a clean checkout and build, my sbt (with stock configuration) OOM's on PermGen. Not really an SN problem, but logging so that this is a known issue.
Here is a good tutorial on how to increase y…
-
Sometimes when you compile a completely new project (or just drop the _~/.ivy2/cache_) it fails constantly with:
```
± sbt test
[info] Loading settings from idea.sbt,build.sbt ...
[info] Loading g…