-
Hello,
This is a follow-up on the gitter conversation.
The issue is that on windows the remote cache does not seem to be pulled from.
I tested and gathered logs from publishing and importing …
-
I followed the installation instructions:
````
$ cat ~/.sbt/0.13/global.sbt
resolvers += "Artima Maven Repository" at "http://repo.artima.com/releases"
````
````
$ cat plugins.sbt
addSb…
ghost updated
4 years ago
-
hi there
until today scalaxb worked fine for me but (I really have no idea why) it started failing today with
```
[error] java.lang.NoClassDefFoundError: org/apache/log4j/Layout
[error] …
-
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…
-
I am getting an error when running `versioneye:createProject`. Full output is below. Thanks for any help in advance.
build.sbt
```
enablePlugins(VersionEyePlugin)
existingProjectId in versione…
-
## Expected behaviour
Generate a docker image with the stripped down jre built by jlink. This is useful as slim images can be used as the base image such as alpine, rather than large jdk docker ima…
-
Periodically after saving a single file and attempting to run tests in IDEA, I get the following exception from Acyclic. Exception goes away if I do a complete rebuild. Exception is not thrown when co…
s-nel updated
6 years ago
-
`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…
-
[build.sbt](https://github.com/pathikrit/better-files/blob/800d63d31582b4119074e0593d257992c1b3cbee/build.sbt)
```
> sbt +release
[info] Loading settings for project global-plugins from idea.sbt,…
-
Would it be possible to foresee an upgrade to [OWASP DependencyCheck v9.0.1](https://github.com/jeremylong/DependencyCheck/releases/tag/v9.0.1)? The main driver for this is the update for the new NVD …