Skip to content

Commit e68b76f

Browse files
authored
Merge pull request #773 from http4s/update/series/0.23/sbt-http4s-org-0.14.9
Update sbt-http4s-org to 0.14.9 in series/0.23
2 parents a245d93 + 1ab1d6d commit e68b76f

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -71,29 +71,29 @@ jobs:
7171

7272
- name: Check headers and formatting
7373
if: matrix.java == 'temurin@8'
74-
run: sbt '++${{ matrix.scala }}' headerCheckAll scalafmtCheckAll 'project /' scalafmtSbtCheck
74+
run: sbt '++ ${{ matrix.scala }}' headerCheckAll scalafmtCheckAll 'project /' scalafmtSbtCheck
7575

7676
- name: Test
77-
run: sbt '++${{ matrix.scala }}' test
77+
run: sbt '++ ${{ matrix.scala }}' test
7878

7979
- name: Check binary compatibility
8080
if: matrix.java == 'temurin@8'
81-
run: sbt '++${{ matrix.scala }}' mimaReportBinaryIssues
81+
run: sbt '++ ${{ matrix.scala }}' mimaReportBinaryIssues
8282

8383
- name: Generate API documentation
8484
if: matrix.java == 'temurin@8'
85-
run: sbt '++${{ matrix.scala }}' doc
85+
run: sbt '++ ${{ matrix.scala }}' doc
8686

8787
- name: Check Java formatting
88-
run: sbt '++${{ matrix.scala }}' '${{ matrix.ci }}' javafmtCheckAll
88+
run: sbt '++ ${{ matrix.scala }}' '${{ matrix.ci }}' javafmtCheckAll
8989

9090
- name: Check scalafix lints
9191
if: matrix.java == 'temurin@8' && !startsWith(matrix.scala, '3.')
92-
run: sbt '++${{ matrix.scala }}' 'scalafixAll --check'
92+
run: sbt '++ ${{ matrix.scala }}' 'scalafixAll --check'
9393

9494
- name: Check unused compile dependencies
9595
if: matrix.java == 'temurin@8'
96-
run: sbt '++${{ matrix.scala }}' unusedCompileDependenciesTest
96+
run: sbt '++ ${{ matrix.scala }}' unusedCompileDependenciesTest
9797

9898
- name: Make target directories
9999
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
@@ -196,4 +196,4 @@ jobs:
196196
(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)
197197
198198
- name: Publish
199-
run: sbt '++${{ matrix.scala }}' tlRelease
199+
run: sbt '++ ${{ matrix.scala }}' tlRelease

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")
22
addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.8.0")
33
addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.1")
4-
addSbtPlugin("org.http4s" %% "sbt-http4s-org" % "0.14.7")
4+
addSbtPlugin("org.http4s" %% "sbt-http4s-org" % "0.14.9")

0 commit comments

Comments
 (0)