Skip to content

Commit

Permalink
Update silencer-lib, silencer-plugin to 1.7.11 (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 15, 2022
1 parent 07e8191 commit eaa96b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")

// TODO: Remove when we are able to use Circe for JSON parsing
val silencerVersion = "1.7.10"
val silencerVersion = "1.7.11"
ThisBuild / libraryDependencies ++=
Seq(
compilerPlugin("com.github.ghik" % "silencer-plugin" % silencerVersion cross CrossVersion.full),
Expand Down

0 comments on commit eaa96b8

Please sign in to comment.