File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,22 +20,22 @@ import Keys._
2020
2121val algebirdVersion = " 0.13.9"
2222val avroVersion = " 1.8.2"
23- val beamVersion = " 2.43 .0" // Need to keep in sync with Scio
23+ val beamVersion = " 2.44 .0" // Need to keep in sync with Scio
2424val bigqueryVersion = " v2-rev20220924-2.0.0"
25- val guavaVersion = " 31.0.1-jre" // make sure this stays compatible with scio + beam
25+ val floggerVersion = " 0.7.4"
26+ val guavaVersion = " 31.1-jre" // make sure this stays compatible with scio + beam
2627val hadoopVersion = " 2.10.2"
2728val jodaTimeVersion = " 2.12.2"
2829val parquetVersion = " 1.12.3"
2930val protoBufVersion = " 3.21.7"
3031val scalaTestVersion = " 3.2.15"
3132val scalaCheckVersion = " 1.17.0"
3233val scalaCollectionCompatVersion = " 2.9.0"
33- val scioVersion = " 0.12.1 "
34+ val scioVersion = " 0.12.4 "
3435val scoptVersion = " 4.0.1"
3536val shapelessVersion = " 2.3.10"
3637val sourcecodeVersion = " 0.2.8"
3738val slf4jVersion = " 1.7.36"
38- val floggerVersion = " 0.7.4"
3939
4040def isScala213x : Def .Initialize [Boolean ] = Def .setting {
4141 scalaBinaryVersion.value == " 2.13"
You can’t perform that action at this time.
0 commit comments