diff --git a/project/Common.scala b/project/Common.scala index a302ddce..d2c25e9e 100644 --- a/project/Common.scala +++ b/project/Common.scala @@ -30,7 +30,7 @@ object Common extends AutoPlugin { Test / unmanagedSourceDirectories ++= scalaUnmanaged(scalaVersion.value, (Test / sourceDirectory).value), ThisBuild / libraryDependencies ++= { if (scalaBinaryVersion.value != "3") { - val silencerVersion = "1.7.17" + val silencerVersion = "1.7.19" Seq( compilerPlugin(