Open unoexperto opened 7 years ago
Specify the latest scapegoat version to be added as a dep by this plugin. docs link:
scapegoatVersion in ThisBuild := "1.3.3"
I've just hit this same problem: the main documentation simply says to set scapegoatVersion
, but (at least for multi-module builds) it's necessary to explicitly set scapegoatVersion in ThisBuild
.
Two questions:
in ThisBuild
? I'm not an sbt expert, but other configuration settings don't require thisSetting scapegoatVersion in ThisBuild := "1.3.3"
in build.sbt
doesn't even seem to help for me, in a multi-module build for SBT 0.13.15
. SBT still looks for 1.0.0
for some reason, which doesn't exist for Scala 2.12.
Thanks! This in ThisBuild
helped me for scala 2.12
and SBT 1.0.3
in case of multi-project build. I had to define it for all subproject - i.e. in common place.
Not sure what I do wrong but plugin is not available neither with version 1.0.0 nor with 1.0.1
What am I missing ?