Skip to content

Commit

Permalink
Merge pull request #566 from scala-steward/update/sbt-http4s-org-0.8.2
Browse files Browse the repository at this point in the history
Update sbt-http4s-org to 0.8.2
  • Loading branch information
danicheg authored Sep 18, 2021
2 parents ef928c2 + 0b7edb4 commit a4f21f1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
fetch-depth: 0

- name: Setup Java and Scala
uses: olafurpg/setup-scala@v10
uses: olafurpg/setup-scala@v13
with:
java-version: ${{ matrix.java }}

Expand All @@ -54,9 +54,9 @@ jobs:
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}

- name: Check that workflows are up to date
run: sbt --client '++${{ matrix.scala }}; githubWorkflowCheck'
run: sbt ++${{ matrix.scala }} githubWorkflowCheck

- run: sbt --client '++${{ matrix.scala }}; validate-ci'
- run: sbt ++${{ matrix.scala }} validate-ci

publish:
name: Publish Artifacts
Expand All @@ -75,7 +75,7 @@ jobs:
fetch-depth: 0

- name: Setup Java and Scala
uses: olafurpg/setup-scala@v10
uses: olafurpg/setup-scala@v13
with:
java-version: ${{ matrix.java }}

Expand All @@ -94,7 +94,7 @@ jobs:
- name: Import signing key
run: echo $PGP_SECRET | base64 -d | gpg --import

- run: sbt --client '++${{ matrix.scala }}; +publish'
- run: sbt ++${{ matrix.scala }} +publish

- if: startsWith(github.ref, 'refs/tags/v')
run: sbt --client '++${{ matrix.scala }}; sonatypeBundleRelease'
run: sbt ++${{ matrix.scala }} sonatypeBundleRelease
2 changes: 1 addition & 1 deletion .github/workflows/clean.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ jobs:
printf "Deleting '%s' #%d, %'d bytes\n" $name ${ARTCOUNT[$name]} $size
ghapi -X DELETE $REPO/actions/artifacts/$id
done
done
done
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0")
addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.6.1")
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.0")
addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.1")
addSbtPlugin("org.http4s" %% "sbt-http4s-org" % "0.8.1")
addSbtPlugin("org.http4s" %% "sbt-http4s-org" % "0.8.2")
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")

0 comments on commit a4f21f1

Please sign in to comment.