Skip to content

Commit

Permalink
Update project dependencies to newest versions (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
antas-marcin authored Sep 24, 2024
1 parent 463971a commit beed1d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ lazy val root = (project in file("."))

ThisBuild / scalafixDependencies += "org.scalalint" %% "rules" % "0.2.1" % "runtime"

lazy val sparkVersion = "3.5.1"
lazy val grpcNettyShadedVersion = "1.65.1"
lazy val weaviateClientVersion = "4.7.0"
lazy val sparkVersion = "3.5.3"
lazy val grpcNettyShadedVersion = "1.68.0"
lazy val weaviateClientVersion = "4.8.3"
lazy val scalaCollectionCompatVersion = "2.12.0"
lazy val scalatestVersion = "3.2.19"
libraryDependencies ++= Seq(
Expand Down

0 comments on commit beed1d3

Please sign in to comment.