Update silencer-lib, silencer-plugin to 1.6.0 (#28635)

This commit is contained in:
Scala Steward 2020-02-25 23:13:54 +01:00 committed by GitHub
parent 94bebb330a
commit 613174979a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,7 +48,7 @@ object AkkaDisciplinePlugin extends AutoPlugin with ScalafixSupport {
lazy val scalaFixSettings = Seq(Compile / scalacOptions += "-Yrangepos")
lazy val silencerSettings = {
val silencerVersion = "1.5.0"
val silencerVersion = "1.6.0"
Seq(
libraryDependencies ++= Seq(
compilerPlugin(("com.github.ghik" %% "silencer-plugin" % silencerVersion).cross(CrossVersion.patch)),