Skip to content

Commit

Permalink
Merge pull request #11 from Iterable/dpt-602-codeartifact
Browse files Browse the repository at this point in the history
[DPT-602] Add sbt-dependency-submission to sbt-codeartifact repo
  • Loading branch information
alexander-newman authored Dec 10, 2024
2 parents 87713d2 + 51bd1ef commit 1e8cd3f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/dependency-graph.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Update Dependency Graph
on:
push:
branches:
- main
jobs:
dependency-graph:
name: Update Dependency Graph
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: sbt/setup-sbt@v1
- uses: scalacenter/sbt-dependency-submission@v3
2 changes: 2 additions & 0 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.4")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")

addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7")

addSbtPlugin("ch.epfl.scala" % "sbt-github-dependency-submission" % "3.1.0")

0 comments on commit 1e8cd3f

Please sign in to comment.