Skip to content

Commit

Permalink
Add missing dep
Browse files Browse the repository at this point in the history
  • Loading branch information
RustedBones committed Nov 20, 2024
1 parent c28d925 commit 2a2ac46
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -1276,10 +1276,11 @@ lazy val `scio-snowflake` = project
description := "Scio add-on for Snowflake",
libraryDependencies ++= Seq(
// compile
"org.apache.beam" % "beam-sdks-java-core" % beamVersion,
"org.apache.beam" % "beam-sdks-java-io-snowflake" % beamVersion,
"com.nrinaudo" %% "kantan.codecs" % kantanCodecsVersion,
"com.nrinaudo" %% "kantan.csv" % kantanCsvVersion,
"com.nrinaudo" %% "kantan.codecs" % kantanCodecsVersion
"joda-time" % "joda-time" % jodaTimeVersion,
"org.apache.beam" % "beam-sdks-java-core" % beamVersion,
"org.apache.beam" % "beam-sdks-java-io-snowflake" % beamVersion
),
tlMimaPreviousVersions := Set.empty // TODO: remove once released
)
Expand Down

0 comments on commit 2a2ac46

Please sign in to comment.