Skip to content

Commit

Permalink
chore: exclude scripted-sbt from dependency submission
Browse files Browse the repository at this point in the history
especially because it refers to ancient versions of things
because it uses an old sbt (sbt#110)
  • Loading branch information
raboof committed Jan 8, 2025
1 parent c7b2ae0 commit dd64e72
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependency-graph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
uses: sbt/setup-sbt@v1
- uses: scalacenter/sbt-dependency-submission@v3
with:
configs-ignore: compile-internal optional test
configs-ignore: compile-internal optional test scripted-sbt
1 change: 0 additions & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2")
Expand Down

0 comments on commit dd64e72

Please sign in to comment.