Skip to content

Commit

Permalink
chore(update): override netty and protobuf-java (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
datYori authored Mar 5, 2025
1 parent c98fa19 commit b599c52
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ lazy val root = (project in file("."))
"com.raw-labs" %% "das-server-scala" % "0.4.1" % "compile->compile;test->test",
// Databricks
"com.databricks" % "databricks-sdk-java" % "0.41.0" % "compile->compile"),
dependencyOverrides ++= Seq(
"io.netty" % "netty-handler" % "4.1.118.Final",
"com.google.protobuf" % "protobuf-java" % "3.25.5"
),
dockerSettings
)

Expand Down

0 comments on commit b599c52

Please sign in to comment.