-
We are upgrading from Play 2.1.4 to Play 2.4.2 and we would like to start using jacoco code coverage for integration tests. I have added latest jacoco plugin to plugins.sbt (addSbtPlugin("de.johoop" %…
-
Hello
We're seeing a problem following the instructions for using the plugin on a fresh machine (e.g., one with no ~/.ivy2):
```
problem while downloading module descriptor: http://repo1.maven.org/m…
-
I'm deploying a Play Framework 2.5.3 application as an RPM using sbt native packager 1.2.0-M3 (using plugins PlayScala, RpmPlugin, SystemdPlugin).
I use the linux configuration mechanism as described…
-
I followed the instructions on setting up. Seemed to install fine, also running (clippyColorsEnabled) in sbt came back as true. I tried using these terminals cmd, gitmsys and powershell. The colors se…
-
Could you please update the plugin for SBT 0.12.
-
(This is to discuss improvements and link to small PRs)
The build for Lagom itself (`build.sbt` and `projects/*`) is quite convoluted code and some basic maintenance can sometimes become a tedious …
-
I'm using arch linux and the compilation fails with this log:
```
[info] Loading settings for project cmak-3-0-0-4-build from plugins.sbt ...
[info] Loading project definition from /home/marie/.cac…
-
When using it with Play 2.5 this plugin throws an exception while compiling the project.
```
$ activator compile
java.lang.NoClassDefFoundError: play/Play$
at com.github.evanbennett.sbt_play_me…
-
Having an enum with schemas seems to not be supported. The example below is arbitrary, and could be worked around, but it's a recurring pattern.
[
{
"namespace": "bom.aaa.types",
"type"…
-
_*Config*_
scalaVersion := "2.12.9"
sbt.version=1.2.8
Might be related to https://github.com/sbt/sbt/issues/5049
_*Error on load*_
java.lang.NoSuchMethodError: sbt.package$.singleFileJsonForm…