-
`sbt.version=1.7.0-RC2`
## steps
add the following line to any sbt project:
```scala
libraryDependencies += "org.eclipse.platform" % "org.eclipse.swt" % "3.120.0"
```
(from https://mvnrepo…
-
I'm running `cdxgen -t java -o bom.xml` in a local Scala repo.
The program starts but then gets stuck on
`Executing sbt dependencyList in /repos/repo using plugins /var/folders/0q/pk4zgnm14f51k4…
-
### Expected vs Actual Behaviour
It should be set correctly with jacocoExcludes like below:
`jacocoExcludes := jacocoExcludes(Seq("com.bpshare.Application"))`
Instead it shows error: Type misma…
-
Hi!
I recently switched to using _Scala_ 2.12, and have since found that _Unidoc_ fails when processing sources containing macro definitions. Specifically, an assertion error results.
The `Ymacr…
-
Hi,
I have installed the sbteclipse-plugin in ~/.sbt/ as described, but when running sbt eclipse I get the folowing error:
```
java.lang.NoSuchMethodError: com.typesafe.sbteclipse.core.EclipsePlugin…
-
It would be nice to update to sbt-mima-plugin 0.6.1 because of https://github.com/lightbend/mima/issues/389
-
Thanks in advance for keeping this plugin up to date!
yang updated
13 years ago
-
Sometimes we face the following issue with Node archive extraction
Stack trace
```
com.github.eirslett.maven.plugins.frontend.lib.InstallationException: Could not extract the Node archive
a…
-
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?
-
like sbt's play plugin
cvogt updated
6 years ago