diff --git a/.github/workflows/scala.yml b/.github/workflows/scala.yml index 3179271..7796ccc 100644 --- a/.github/workflows/scala.yml +++ b/.github/workflows/scala.yml @@ -10,6 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: + fail-fast: false matrix: scala: - 2.12.8 @@ -27,6 +28,7 @@ jobs: uses: actions/cache@v2 with: path: | + ~/.ivy2/local/ ~/.ivy2/cache/ ~/.sbt/ ~/.coursier/ @@ -39,4 +41,4 @@ jobs: env: GITHUB_PERSONAL_ACCESS_TOKEN: ${{secrets.PERSONAL_ACCESS_TOKEN}} if: ${{ env.GITHUB_PERSONAL_ACCESS_TOKEN != '' }} - run: sbt ++${{ matrix.scala }} "set every Seq(sonatypeSessionName := \"${{github.workflow}} ${{github.run_id}} ${{github.run_number}} ${{github.run_attempt}} ${{ matrix.scala }}\", publishTo := sonatypePublishToBundle.value)" publishSigned sonatypeBundleRelease + run: sbt ++${{ matrix.scala }} "set every Seq(sonatypeSessionName := \"${{github.workflow}} ${{github.run_id}}-${{github.run_number}}-${{github.run_attempt}}-$$ ${{ matrix.scala }}\", publishTo := sonatypePublishToBundle.value)" publishSigned sonatypeBundleRelease diff --git a/.gitignore b/.gitignore index 1cb04be..5387d4b 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ secret/ .metals/ .bloop/ metals.sbt +.bsp/sbt.json diff --git a/.scalafmt.conf b/.scalafmt.conf index 2d3f0af..031c045 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,2 +1,3 @@ +runner.dialect = "scala213" version = "3.1.2" maxColumn = 120