-
```
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…
-
I would like to have String interpolation in tut template files. I am aware that this is somewhat of a separate concern, and would like to open up the discussion to alternate solutions.
I have though…
-
My folder structure:
```text
- root
- project A (won't be released)
- project B (dependsOn project A and will be released)
```
Running in the interactive console with the root project scope:…
-
Hello,
it looks that the current build of Workbench is incompatible with Scala.js 1.0.0, do you have any plans to add support for this upcoming major version?
```
[error] java.lang.NoClassDefFo…
-
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…
-
When using acyclic with settings
```
lazy val acyclicSettings = Seq(
libraryDependencies += "com.lihaoyi" %% "acyclic" % acyclicVersion.value % "provided",
autoCompilerPlugins := t…
-
Thanks in advance for keeping this plugin up to date!
yang updated
13 years ago
-
If you do:
```
sbt it:copy-resources
```
plugin will not resolve tokens.
-
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…
-
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?