Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bumping Scala 2.12 version to 2.12.14 and the silencer plugin to 1.7.… #1373

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion project/Common.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down