-
## steps
No steps required.
sbt 1.5.0.
## problem
`sbt new` fails when using the `--branch` switch on an `ssh://...` protocol g8 template, e.g.:
```zsh
% sbt new ssh://git@github.com/scala…
-
`sbt.IncompatiblePluginsException` doesn't seem to be thrown when the incompatibility is with a plugin loaded globally via `~/.sbt/..` definitions.
This first stack trace show a conflict within a sin…
-
I get `UNRESOLVED DEPENDENCIES` while trying to download the artifact.
My sbt looks as below,
```scala
name := "ParallelProgramming"
version := "1.0"
scalaVersion := "2.10.0"
libraryD…
-
```
> last compile:dependency-graph
java.lang.RuntimeException: Problem drawing segment EdgeSegment(Point(17,31),Down,Point(18,31)) in edge EdgeDrawingElement(List(Point(5,147), Point(7,147), Point(7,…
-
I have my plugin configured as a global plugin in the following way:
`~/.sbt/0.13/plugins/build.sbt` contains `addSbtPlugin("com.orrsella" % "sbt-sublime" % "1.1.0")`.
I have `~/.sbt/0.13/global.sbt…
-
Upgrading to sbt 1.5 leads to failure to resolve `genjavadoc-plugin` transitive dependency
Not an issue with the project functionality but attempting to upgrade and feels wrong to not be able to re…
-
```
$cat project/plugins.sbt
addSbtPlugin("no.vedaadata" %% "sbt-javafx" % "0.7")
$cat build.sbt
scalaVersion := "2.12.1"
lazy val root = (project in file(".")).
enablePlugins(no.vedaadat…
-
When using an Artifactory api key instead of a password in the sbt credentials, Artifactory fails to authorize when the Coursier plugin attempting to download artifacts.
To verify that this is a prob…
-
Hello,
Very nice plugin! However, I was wondering, given that the plugin is following the GAV format, shouldn't JARs and POMs both have Scala and SBT versions included in the name? What I mean is:
…
-
Hi!
While trying to configure LDAP for our JATOS instance we noted that all authentication attempts for LDAP user accounts where failing. After some deep debugging I found that JATOS is trying to b…