Skip to content

Commit

Permalink
Upgrade silencer
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Oct 13, 2024
1 parent 08359e6 commit 3f8bf30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Common.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 3f8bf30

Please sign in to comment.