Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "chore: Dependency Submission 2.3.1 (was 2.1.2)" #1731

Merged
merged 1 commit into from
Apr 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions .github/workflows/dependency-submission.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,8 @@ jobs:
fetch-depth: 0
- name: Submit dependencies to GitHub
# https://github.com/scalacenter/sbt-dependency-submission/releases
# v2.3.1
uses: scalacenter/sbt-dependency-submission@f3c0455a87097de07b66c3dc1b8619b5976c1c89
# v2.1.2
uses: scalacenter/sbt-dependency-submission@c1a4bf7781721f012d92248cc7da60655d2e2880
with:
modules-ignore:
- akka-stream-kafka-benchmarks_2.13
- akka-stream-kafka-benchmarks_3
- akka-stream-kafka-tests_2.13
- akka-stream-kafka-tests_3
modules-ignore: akka-stream-kafka-benchmarks_2.13 akka-stream-kafka-tests_2.13
configs-ignore: test It
Loading