Update silencer-lib, silencer-plugin to 1.7.1 (#29516)

This commit is contained in:
Scala Steward 2020-08-24 09:44:03 +02:00 committed by GitHub
parent dd128b3e8f
commit b90ed1c263
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,7 +62,7 @@ object AkkaDisciplinePlugin extends AutoPlugin {
"akka-testkit")
lazy val silencerSettings = {
val silencerVersion = "1.7.0"
val silencerVersion = "1.7.1"
Seq(
libraryDependencies ++= Seq(
compilerPlugin(("com.github.ghik" %% "silencer-plugin" % silencerVersion).cross(CrossVersion.patch)),