-
The SBT plays an important role in the DAOSpace, representing the membership and the voting weight of the members in the DAO's governance.
See the documentation: https://starcoin.atlassian.net/wik…
-
### Play Version (2.5.x / etc)
2.5
### API (Scala / Java / Neither / Both)
Scala
### Operating System (Ubuntu 15.10 / MacOS 10.10 / Windows 10)
MacOS Sierra
16.1.0 Darwin Kernel Vers…
-
This issue stems from a reddit question i posted: https://www.reddit.com/r/bazel/comments/anfk5t/bazel_and_scala_compiler_plugin_question/
To give some background:
Currently I use rules_scala in…
-
Since we cannot increase our gradle version, I was trying to run the cli-tool instead. However, it didn't find any dependencies when scanning a gradle lock file and I could not figure out which direct…
-
Hi,
I followed wiki pages but I got "Unresolved Dependencies" error
env : sbtVersion=0.11.2, scalaVersion=2.9.1
after running ~/bin/g8 jberkel/android-app and giving information I tried :
```
$ sb…
-
idea ultimate 14.1.2 + scala plugin 1.4.15 + jmh plugin 1.0.1
I have an sbt project opened in IDEA. When I run one benchmark method or all methods in a class I get this error:
```
Exception in threa…
-
Since Activator is being decommissioned, I'd like to replace the template support in the Scala plugin with `sbt new` support.
Problem is that the `TemplateResolver` interface as it is would force …
-
Adding play-soap-plugin to a project via SBT as suggested in the docs:
`libraryDependencies ++= Seq("com.typesafe.play" % "play-soap-plugin" % "2.0.0")`
does not work.
```[error] (update) sb…
-
## steps
set scmInfo
publish a sbt-plugin
## problem
repository field is empty
http://ant.apache.org/ivy/history/latest-milestone/ivyfile/repository.html
## expectation
scmInfo is not…
-
https://dotty.epfl.ch/docs/internals/best-effort-compilation.html is a feature that lets Scala Compiler to continue despite compiler errors until typer phase. It is aimed to improve developer experien…