Skip to content

Commit

Permalink
Merge pull request #293 from csharma214/master
Browse files Browse the repository at this point in the history
bumping scio + dependencies
  • Loading branch information
csharma214 authored Jan 24, 2023
2 parents 4d675e0 + 180e75e commit 91b6f72
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@ import sbt.librarymanagement.CrossVersion
import com.typesafe.sbt.SbtGit.GitKeys._

// Variables:
val scioVersion = "0.12.0"
val beamVersion = "2.41.0" // must stay in sync with scio
val scioVersion = "0.12.1"
val beamVersion = "2.43.0" // must stay in sync with Scio
val avroVersion = "1.8.2"
val scalacheckShapelessVersion = "1.2.3"
val scalatestVersion = "3.1.4"
val scalatestMockitoVersion = "3.1.0.0"
val jodaTimeVersion = "2.10.13"
val jodaTimeVersion = "2.12.2"
val magnoliaVersion = "1.1.2"
val ratatoolVersion = "0.4.0"
val scalaCheckVersion = "1.14.3"
val scalaCheckVersion = "1.17.0"
val enumeratumVersion = "1.7.0"
val scalaCollectionsCompatVersion = "2.6.0"
val scalaCollectionsCompatVersion = "2.9.0"


val disableWarts = Set(
Expand Down

0 comments on commit 91b6f72

Please sign in to comment.