[2.x] Remove Ivy dependency (#9615)

**Problem**
sbt still has some code that's depending on Ivy.

**Solution**
This removes it.
This commit is contained in:
eugene yokota
2026-08-24 12:02:28 -04:00
committed by GitHub
parent bd9d9b3f5d
commit a91cf079db
125 changed files with 89 additions and 10570 deletions
-1
View File
@@ -152,7 +152,6 @@ jobs:
./sbt -v --client "scripted dependency-management/* project-load/* project-matrix/* java/* run/*"
./sbt -v --client "scripted plugins/*"
./sbt -v --client "scripted nio/*"
./sbt -v --client "scripted ivy/*"
- name: Build and test (4)
if: ${{ matrix.jobtype == 4 }}
shell: bash