Skip to content

Commit 5ecceed

Browse files
authored
Bump scio to 0.12.4 (#619)
1 parent 229f513 commit 5ecceed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.sbt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,22 +20,22 @@ import Keys._
2020

2121
val algebirdVersion = "0.13.9"
2222
val 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
2424
val 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
2627
val hadoopVersion = "2.10.2"
2728
val jodaTimeVersion = "2.12.2"
2829
val parquetVersion = "1.12.3"
2930
val protoBufVersion = "3.21.7"
3031
val scalaTestVersion = "3.2.15"
3132
val scalaCheckVersion = "1.17.0"
3233
val scalaCollectionCompatVersion = "2.9.0"
33-
val scioVersion = "0.12.1"
34+
val scioVersion = "0.12.4"
3435
val scoptVersion = "4.0.1"
3536
val shapelessVersion = "2.3.10"
3637
val sourcecodeVersion = "0.2.8"
3738
val slf4jVersion = "1.7.36"
38-
val floggerVersion = "0.7.4"
3939

4040
def isScala213x: Def.Initialize[Boolean] = Def.setting {
4141
scalaBinaryVersion.value == "2.13"

0 commit comments

Comments
 (0)