From 461d2ffa13b4f769cc4e57f7c6432be13d66acdb Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 26 Jan 2023 00:17:15 +0000 Subject: [PATCH] Update silencer-lib, silencer-plugin to 1.7.12 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 7b9f5694..77801720 100644 --- a/build.sbt +++ b/build.sbt @@ -58,8 +58,8 @@ lazy val keeper = project "org.scala-lang.modules" %% "scala-collection-compat" % "2.5.0", "dev.zio" %% "zio-test" % ZioVersion % Test, "dev.zio" %% "zio-test-sbt" % ZioVersion % Test, - ("com.github.ghik" % "silencer-lib" % "1.6.0" % Provided).cross(CrossVersion.full), - compilerPlugin(("com.github.ghik" % "silencer-plugin" % "1.6.0").cross(CrossVersion.full)) + ("com.github.ghik" % "silencer-lib" % "1.7.12" % Provided).cross(CrossVersion.full), + compilerPlugin(("com.github.ghik" % "silencer-plugin" % "1.7.12").cross(CrossVersion.full)) ), testFrameworks := Seq(new TestFramework("zio.test.sbt.ZTestFramework")), fork in test := true