Skip to content

Commit aee192c

Browse files
authored
Updated Delta 3.2.1 to new RC (unitycatalog#505)
**PR Checklist** - [ ] A description of the changes is added to the description of this PR. - [ ] If there is a related issue, make sure it is linked to this PR. - [ ] If you've fixed a bug or added code that should be tested, add tests! - [ ] If you've added or modified a feature, documentation in `docs` is updated **Description of changes** As the title says
1 parent 9af41c6 commit aee192c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ lazy val commonSettings = Seq(
4646
resolvers += Resolver.mavenLocal,
4747
// TODO: remove the following two resolvers once the official releases are out
4848
resolvers += "Apache Spark 3.5.3 Staging" at "https://repository.apache.org/content/repositories/orgapachespark-1467/",
49-
resolvers += "Delta 3.2.1 Staging" at "https://oss.sonatype.org/content/repositories/iodelta-1167",
49+
resolvers += "Delta 3.2.1 Staging" at "https://oss.sonatype.org/content/repositories/iodelta-1168",
5050
autoScalaLibrary := false,
5151
crossPaths := false, // No scala cross building
5252
assembly / assemblyMergeStrategy := {

0 commit comments

Comments
 (0)