Skip to content

Commit

Permalink
Merge branch 'main' into update/paiges-core-0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
RustedBones authored Jun 30, 2023
2 parents b8ebb81 + ca8d1c9 commit 9bdadaa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "3.7.4"
version = "3.7.5"
runner.dialect = scala213source3
maxColumn = 100

Expand Down
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ val magnoliaScala3Version = "1.1.4"
val algebirdVersion = "0.13.9"
val avroVersion = Option(sys.props("avro.version")).getOrElse("1.11.1")
val bigqueryVersion = "v2-rev20230520-2.0.0"
val bigtableVersion = "2.23.3"
val bigtableVersion = "2.24.1"
val catsVersion = "2.9.0"
val datastoreVersion = "2.15.0"
val datastoreVersion = "2.16.0"
val guavaVersion = "32.0.1-jre"
val hadoopVersion = "3.3.5"
val hadoopVersion = "3.3.6"
val jacksonVersion = "2.15.2"
val jodaTimeVersion = "2.12.5"
val munitVersion = "0.7.29"
val neo4jDriverVersion = "4.4.11"
val neo4jDriverVersion = "4.4.12"
val paigesVersion = "0.4.3"
val parquetVersion = "1.13.1"
val protobufVersion = "3.23.2"
Expand Down

0 comments on commit 9bdadaa

Please sign in to comment.