-
As per documentation I should be able to add spark dependencies via:
`spDependencies += "databricks/spark-avro:3.2.0"`
But I have the following error:
```ML5886:job-cerebro-spark XXX$ sbt com…
-
## steps
sbt version: 1.5.5
g8 version: 0.14.0
Create a template with a dependency on a project not in a default maven/ivy resolver.
Create a `.repositories` file in the template, containing your …
-
Trying to get this up and running on aws/centos 7
This was the output from 'sbt assembly':
[info] welcome to sbt 1.4.4 (Red Hat, Inc. Java 1.8.0_275)
[info] loading settings for project snowplo…
-
Hi there,
As most of y'all know, here at Elemica we use sbt-resource-management. Trick is, we want to upgrade to the latest `sbt` (1.3.9) and right now have to figure out whether to update `sbt-res…
-
As a silly example, with `SBT_OPTS='-scala-version 2.11.1'`
Executing `sbt -scala-version 2.10.4 -sbt-create 'show scalaVersion'`
returns: `[info] 2.11.1`
-
I get errors with sbt library you referenced in the readme. Consider just pasting a link to maven central or update it with:
```
libraryDependencies += "com.pygmalios" %% "reactiveinflux-spark" % …
-
The docs published at http://www.scala-sbt.org/sbt-native-packager/ aren't up-to-date.
Instead we should point http://sbt-native-packager.readthedocs.io/en/stable/
The tricky part will be to add t…
-
Hi, all of a sudden sbt-s3-resolver can't be found. It was previously working. Here's my output
```
[info] Resolving ohnosequences#sbt-s3-resolver;0.16.0 ...
[warn] module not found: ohnosequences…
-
Currently, only the Gradle analyzer uses the new dependency graph format introduced in https://github.com/oss-review-toolkit/ort/pull/3502. We should take advantage of the new format for more (ultimat…
-
We are starting to use sbt-buildinfo in Scala.js core (https://github.com/scala-js/scala-js/pull/4660) to replace a hand-built version of it.
However, we mostly need this in the test configuration.…