Update silencer to 1.4.4, to support scala 2.13.1 (#28190)
This commit is contained in:
parent
76a37056ad
commit
96a78a2d43
1 changed files with 3 additions and 3 deletions
|
|
@ -28,11 +28,11 @@ object AkkaDisciplinePlugin extends AutoPlugin with ScalafixSupport {
|
||||||
Seq(coverageMinimum := 70, coverageFailOnMinimum := false, coverageOutputHTML := true, coverageHighlighting := true)
|
Seq(coverageMinimum := 70, coverageFailOnMinimum := false, coverageOutputHTML := true, coverageHighlighting := true)
|
||||||
|
|
||||||
lazy val silencerSettings = {
|
lazy val silencerSettings = {
|
||||||
val silencerVersion = "1.4.2"
|
val silencerVersion = "1.4.4"
|
||||||
Seq(
|
Seq(
|
||||||
libraryDependencies ++= Seq(
|
libraryDependencies ++= Seq(
|
||||||
compilerPlugin("com.github.ghik" %% "silencer-plugin" % silencerVersion),
|
compilerPlugin("com.github.ghik" %% "silencer-plugin" % silencerVersion cross CrossVersion.full),
|
||||||
"com.github.ghik" %% "silencer-lib" % silencerVersion % Provided))
|
"com.github.ghik" %% "silencer-lib" % silencerVersion % Provided cross CrossVersion.full))
|
||||||
}
|
}
|
||||||
|
|
||||||
lazy val disciplineSettings =
|
lazy val disciplineSettings =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue