We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec6f997 commit 0b5bb64Copy full SHA for 0b5bb64
project/Dependencies.scala
@@ -5,7 +5,7 @@ import Keys._
5
object Dependencies {
6
object versions {
7
val grpc = "1.62.2"
8
- val protobuf = "3.25.5"
+ val protobuf = "3.25.7"
9
val silencer = "1.7.17"
10
val collectionCompat = "2.12.0"
11
val coursier = "2.1.9"
@@ -26,9 +26,9 @@ object Dependencies {
26
27
val Scala212 = "2.12.19"
28
29
- val Scala213 = "2.13.14"
+ val Scala213 = "2.13.16"
30
31
- val Scala3 = "3.3.3"
+ val Scala3 = "3.3.6"
32
33
val silencer = Seq(
34
sbt.compilerPlugin(
0 commit comments