diff --git a/project/Common.scala b/project/Common.scala index a90a20fe9..b4c5af807 100644 --- a/project/Common.scala +++ b/project/Common.scala @@ -29,7 +29,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.7.1" + val silencerVersion = "1.7.5" override lazy val projectSettings = Seq( projectInfoVersion := (if (isSnapshot.value) "snapshot" else version.value), sonatypeProfileName := "com.lightbend", diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 99f04ed82..2d5107587 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -6,7 +6,7 @@ import buildinfo.BuildInfo object Dependencies { object Versions { - val scala212 = "2.12.11" + val scala212 = "2.12.14" val scala213 = "2.13.3" // the order in the list is important because the head will be considered the default.