Skip to content

Commit

Permalink
Update silencer-lib, silencer-plugin to 1.6.0 (#835)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 21, 2020
1 parent 5ebe9a9 commit 2f8a335
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 @@ -26,7 +26,7 @@ object Common extends AutoPlugin {
licenses := Seq("Apache-2.0" -> url("https://www.apache.org/licenses/LICENSE-2.0")),
description := "Akka gRPC - Support for building streaming gRPC servers and clients on top of Akka Streams.")

val silencerVersion = "1.5.0"
val silencerVersion = "1.6.0"
override lazy val projectSettings = Seq(
projectInfoVersion := (if (isSnapshot.value) "snapshot" else version.value),
scalacOptions ++= List("-unchecked", "-deprecation", "-language:_", "-Xfatal-warnings", "-encoding", "UTF-8"),
Expand Down

0 comments on commit 2f8a335

Please sign in to comment.