File tree Expand file tree Collapse file tree 4 files changed +15
-7
lines changed Expand file tree Collapse file tree 4 files changed +15
-7
lines changed Original file line number Diff line number Diff line change @@ -24,3 +24,6 @@ metals.sbt
24
24
# Nix
25
25
result
26
26
.nix /
27
+
28
+ # sonarScan
29
+ .scannerwork /
Original file line number Diff line number Diff line change @@ -255,3 +255,6 @@ addCommandAlias(
255
255
|;it:test
256
256
|""" .stripMargin
257
257
)
258
+
259
+ scapegoatVersion in ThisBuild := " 1.4.7"
260
+ scapegoatReports := Seq (" xml" )
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ in sbt.mkDerivation {
50
50
51
51
# This sha represents the change dependencies of mantis.
52
52
# Update this sha whenever you change the dependencies
53
- depsSha256 = "0bdpmkgz2m7fxrhlq7bfm9nyhzj1kzsnh9j6dwrc218rp2sm9bxz " ;
53
+ depsSha256 = "1058ryh7nj7y59iwk60ap0kgky4j0awpfvq76p9l4picz9qgg9i8 " ;
54
54
55
55
# this is the command used to to create the fixed-output-derivation
56
56
depsWarmupCommand = "sbt compile --debug -Dnix=true" ;
Original file line number Diff line number Diff line change 1
1
logLevel := sbt.Level .Warn
2
- addSbtPlugin(" org.scoverage " % " sbt-scoverage " % " 1.6.1 " )
3
- addSbtPlugin(" org.scalameta " % " sbt-scalafmt " % " 2.4.2 " )
4
- addSbtPlugin(" org.scalastyle " %% " scalastyle- sbt-plugin " % " 1.0.0 " )
5
- addSbtPlugin(" com.typesafe.sbt " % " sbt-native-packager " % " 1.7.5 " )
2
+ addSbtPlugin(" com.eed3si9n " % " sbt-buildinfo " % " 0.9.0 " )
3
+ addSbtPlugin(" com.github.mwz " % " sbt-sonar " % " 2.2.0 " )
4
+ addSbtPlugin(" com.lightbend.sbt " % " sbt-javaagent " % " 0.1.6 " )
5
+ addSbtPlugin(" com.sksamuel.scapegoat " % " sbt-scapegoat " % " 1.1.0 " )
6
6
addSbtPlugin(" com.thoughtworks.sbt-api-mappings" % " sbt-api-mappings" % " 3.0.0" )
7
7
addSbtPlugin(" com.timushev.sbt" % " sbt-updates" % " 0.5.1" )
8
- addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.9.0" )
9
8
addSbtPlugin(" com.typesafe.sbt" % " sbt-git" % " 1.0.0" )
9
+ addSbtPlugin(" com.typesafe.sbt" % " sbt-native-packager" % " 1.7.5" )
10
10
addSbtPlugin(" io.kamon" % " sbt-kanela-runner" % " 2.0.5" )
11
- addSbtPlugin(" com.lightbend.sbt" % " sbt-javaagent" % " 0.1.6" )
11
+ addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.4.2" )
12
+ addSbtPlugin(" org.scalastyle" %% " scalastyle-sbt-plugin" % " 1.0.0" )
13
+ addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 1.6.1" )
You can’t perform that action at this time.
0 commit comments