diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index debb2de3..5cf7bd8f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -135,7 +135,6 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.10] java: [temurin@11] runs-on: ${{ matrix.os }} steps: @@ -230,7 +229,7 @@ jobs: (echo "$PGP_PASSPHRASE"; echo; echo) | gpg --command-fd 0 --pinentry-mode loopback --change-passphrase $(gpg --list-secret-keys --with-colons 2> /dev/null | grep '^sec:' | cut --delimiter ':' --fields 5 | tail -n 1) - name: Publish - run: sbt '++ ${{ matrix.scala }}' tlCiRelease + run: sbt tlCiRelease site: name: Generate Site diff --git a/project/plugins.sbt b/project/plugins.sbt index 22b4d489..3e427971 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,2 +1,2 @@ addSbtPlugin("org.http4s" % "sbt-http4s-org" % "0.14.12") -addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.4.20") +addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.4.21")