diff --git a/.github/workflows/build-project.yaml b/.github/workflows/build-project.yaml index 5b467b4..102bea1 100644 --- a/.github/workflows/build-project.yaml +++ b/.github/workflows/build-project.yaml @@ -128,9 +128,9 @@ jobs: - name: Build with SBT run: sbt -v ${{matrix.project}}/Docker/stage - name: Set up QEMU - uses: docker/setup-qemu-action@v2.1.0 + uses: docker/setup-qemu-action@v2.2.0 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2.9.1 + uses: docker/setup-buildx-action@v2.10.0 - name: Login to DockerHub uses: docker/login-action@v2 with: diff --git a/project/plugins.sbt b/project/plugins.sbt index a77de1c..3f77b12 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,8 +1,8 @@ addSbtPlugin("com.lightbend.lagom" % "lagom-sbt-plugin" % "1.6.7") -addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.7.0") +addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") addDependencyTreePlugin -addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2") +addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1") resolvers += Resolver.jcenterRepo -addSbtPlugin("net.aichler" % "sbt-jupiter-interface" % "0.10.0") +addSbtPlugin("net.aichler" % "sbt-jupiter-interface" % "0.11.1")