-
## Steps
Set up a template project on a private Gitlab instance using the following `build.properties`:
```
sbt.version=1.6.2
giter8.version=0.14.0
```
then run
```
sbt new git@gitlab.…
-
I had to spend >= 30min to figure out that I needed the following dependencies to run [what the docs currently claim to only need finch-circe and 2 imports](https://finagle.github.io/finch/user-guide.…
-
I add this line to the build.sbt file:
libraryDependencies += "com.github.arguslab" %% "amandroid-core" % "3.1.3"
And I get the below error. Can you help me resolve this:
[warn] ::::::::::::::::…
-
[error](thrift:generateJava) java.io.IOException: Cannot run program "thrift": error=2, No such file or directory
Raams-MBP:kinesis-example-scala-consumer raam$ sbt compile
[info] Loading project def…
-
I'm not sure if this example is still maintained, but if so, I am afraid I have found some errors or lack of clarification.
I am running the project in VSCode on a Windows 10 machine. I was able to…
-
I'd just give you a pull request, but I don't quite understand how the dependency page is being generated. It might be something done automatically for you, in which case, this can just remain as docu…
-
I'm getting the following error running `sbt genTables`
> [info] Loading project definition from /Users/lduarte/Projects/Explorations/play-slick-codegen-flyway-seed/project
> [info] Updating {file:/U…
-
SBT 1.0.3 throws:
```
/myProject/project/plugins.sbt:1: error: type mismatch;
found : sbt.URI
(which expands to) java.net.URI
required: sbt.ClasspathDep[sbt.ProjectReference]
lazy val r…
-
(질문 예시입니다.)
47페이지에 보면, sbt 에서 `eclipse` 명령을 통해 이클립스 프로젝트를 생성 할 수 있다고 하는데, 다음과 같은 오류가 발생합니다.
```
[error] Not a valid command: eclipse (similar: help, alias)
[error] Not a valid project ID: eclipse
[er…
-
Need to investigate this further, but if I use our recommended clone step
https://bitcoin-s.org/docs/next/getting-setup#step-2-bitcoin-s-repository
>git clone --depth 100 --recursive git@github.…