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)
|
||||
|
||||
lazy val silencerSettings = {
|
||||
val silencerVersion = "1.4.2"
|
||||
val silencerVersion = "1.4.4"
|
||||
Seq(
|
||||
libraryDependencies ++= Seq(
|
||||
compilerPlugin("com.github.ghik" %% "silencer-plugin" % silencerVersion),
|
||||
"com.github.ghik" %% "silencer-lib" % silencerVersion % Provided))
|
||||
compilerPlugin("com.github.ghik" %% "silencer-plugin" % silencerVersion cross CrossVersion.full),
|
||||
"com.github.ghik" %% "silencer-lib" % silencerVersion % Provided cross CrossVersion.full))
|
||||
}
|
||||
|
||||
lazy val disciplineSettings =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue