-
```
a@a-b:~/code/scala.js/scala-webapp-template$ sbt dev-web
a@b:~/scala-webapp-template$ sbt dev-web
Unrecognized VM option 'CMSClassUnloadingEnabled'
Error: Could not create the Java Virtual Mac…
-
modify build.sbt and add **scalaVersion := "2.12.1"**, build fails with the following console output.
documenting for the purpose that, this can used as a trigger for upgrade and reference when u…
sreev updated
7 years ago
-
I'm unable to build the docker images for scalafiddle-core of the current `master`-branch. The command `sbt docker` failes for both modules _router_ and _compileServer_ at updating `libc6-compat` in t…
-
If you do:
```
sbt it:copy-resources
```
plugin will not resolve tokens.
-
Hi, I just tried to install this plugin for my Play 2.1.0 Java application but it's not working at compilation.
I give you the error code I get :
sbt.ResolveException: unresolved dependency: com.typ…
-
Thanks in advance for keeping this plugin up to date!
yang updated
13 years ago
-
I have almost no frontend experience, but I wanted to try outwatch to make a basic UI.
It would be really nice to have the most basic possible hello world example with no skipped steps.
I have a…
-
As described in https://github.com/sbt/sbt/issues/3486, the version 0.1.1 should make sbt-maven-resolver working again with sbt 1.x, but it's not released yet. Do you have any plan to release it?
-
Followup from #4110
## steps
Connect to sbt server in a freshly cloned repo like https://github.com/non/spire
## problem
sbt server runs `collectAnalyses` during the `initialize` handshake…
-
If dependencies managed using `externalPom()`, the plugin does not work:
```
last common/scct:scalac-options
java.util.NoSuchElementException: next on empty iterator
at scala.collection.Iterator$…