Skip to content

Commit

Permalink
Merge branch 'master' into update/scala-compiler-2.13.13
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Feb 28, 2024
2 parents 92fc716 + aa412f4 commit 6a90933
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Keys._

object Dependencies {
object versions {
val grpc = "1.61.1"
val grpc = "1.62.2"
val protobuf = "3.19.6"
val silencer = "1.7.16"
val collectionCompat = "2.11.0"
Expand All @@ -24,7 +24,7 @@ object Dependencies {
val utest = "0.7.10"
}

val Scala212 = "2.12.18"
val Scala212 = "2.12.19"

val Scala213 = "2.13.13"

Expand Down

0 comments on commit 6a90933

Please sign in to comment.