We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd5fb9b commit c5426ebCopy full SHA for c5426eb
project/Compiler.scala
@@ -2,7 +2,7 @@ import sbt._
2
import sbt.Keys._
3
4
object Compiler {
5
- private val silencerVersion = Def.setting[String]("1.7.13")
+ private val silencerVersion = Def.setting[String]("1.17.13")
6
7
private def unmanaged(ver: String, base: File): Seq[File] =
8
CrossVersion.partialVersion(ver) match {
@@ -93,7 +93,7 @@ object Compiler {
93
libraryDependencies ++= {
94
// Silencer
95
if (!scalaBinaryVersion.value.startsWith("3")) {
96
- val silencerVersion = "1.7.13"
+ val silencerVersion = "1.17.13"
97
98
Seq(
99
compilerPlugin(
0 commit comments