From dd64e72946467458b43607206caa240eb99cae1f Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Wed, 8 Jan 2025 18:41:36 +0100 Subject: [PATCH] chore: exclude scripted-sbt from dependency submission especially because it refers to ancient versions of things because it uses an old sbt (#110) --- .github/workflows/dependency-graph.yml | 2 +- project/plugins.sbt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/dependency-graph.yml b/.github/workflows/dependency-graph.yml index 36b5f4d..d56a84d 100644 --- a/.github/workflows/dependency-graph.yml +++ b/.github/workflows/dependency-graph.yml @@ -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 diff --git a/project/plugins.sbt b/project/plugins.sbt index 8b7b62c..5eff0c2 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -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")