Skip to content

Commit 0411def

Browse files
gemelendongjoon-hyun
authored andcommitted
[SPARK-33109][BUILD] Upgrade to sbt 1.4.0
### What changes were proposed in this pull request? Upgrade sbt to release 1.4.0 ### Why are the changes needed? Bring built-in `dependencyTree` instead of removed `sbt-dependency-graph` plugin, that doesn't work with sbt used in build. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Should pass all the tests. Closes #30070 from gemelen/feature/sbt-1.4. Authored-by: Denis Pyshev <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent e574fcd commit 0411def

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616
#
17-
sbt.version=1.3.13
17+
sbt.version=1.4.0

0 commit comments

Comments
 (0)