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 3b7f6ab commit c3bd9e0Copy full SHA for c3bd9e0
build.sbt
@@ -27,8 +27,8 @@ val guavaVersion = "30.1-jre" // make sure this stays compatible with scio + bea
27
val hadoopVersion = "2.10.1"
28
val jodaTimeVersion = "2.10.10"
29
val parquetVersion = "1.12.0"
30
-val protoBufVersion = "3.17.3"
31
-val scalaTestVersion = "3.2.9"
+val protoBufVersion = "3.18.1"
+val scalaTestVersion = "3.2.10"
32
val scalaCheckVersion = "1.15.4"
33
val scalaCollectionCompatVersion = "2.5.0"
34
val scioVersion = "0.11.1"
0 commit comments