Skip to content

Commit ca5a5d6

Browse files
authored
Merge pull request #53 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 66ea95b + 245f4fe commit ca5a5d6

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/ci.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -108,26 +108,26 @@ jobs:
108108

109109
- name: Check headers and formatting
110110
if: matrix.java == 'temurin@8'
111-
run: sbt '++${{ matrix.scala }}' headerCheckAll scalafmtCheckAll 'project /' scalafmtSbtCheck
111+
run: sbt '++ ${{ matrix.scala }}' headerCheckAll scalafmtCheckAll 'project /' scalafmtSbtCheck
112112

113113
- name: Test
114-
run: sbt '++${{ matrix.scala }}' test
114+
run: sbt '++ ${{ matrix.scala }}' test
115115

116116
- name: Check binary compatibility
117117
if: matrix.java == 'temurin@8'
118-
run: sbt '++${{ matrix.scala }}' mimaReportBinaryIssues
118+
run: sbt '++ ${{ matrix.scala }}' mimaReportBinaryIssues
119119

120120
- name: Generate API documentation
121121
if: matrix.java == 'temurin@8'
122-
run: sbt '++${{ matrix.scala }}' doc
122+
run: sbt '++ ${{ matrix.scala }}' doc
123123

124124
- name: Check scalafix lints
125125
if: matrix.java == 'temurin@8' && !startsWith(matrix.scala, '3.')
126-
run: sbt '++${{ matrix.scala }}' 'scalafixAll --check'
126+
run: sbt '++ ${{ matrix.scala }}' 'scalafixAll --check'
127127

128128
- name: Check unused compile dependencies
129129
if: matrix.java == 'temurin@8'
130-
run: sbt '++${{ matrix.scala }}' unusedCompileDependenciesTest
130+
run: sbt '++ ${{ matrix.scala }}' unusedCompileDependenciesTest
131131

132132
- name: Make target directories
133133
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
@@ -252,4 +252,4 @@ jobs:
252252
(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)
253253
254254
- name: Publish
255-
run: sbt '++${{ matrix.scala }}' tlRelease
255+
run: sbt '++ ${{ matrix.scala }}' tlRelease

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
addSbtPlugin("org.http4s" % "sbt-http4s-org" % "0.14.7")
1+
addSbtPlugin("org.http4s" % "sbt-http4s-org" % "0.14.9")
22
addSbtPlugin("com.typesafe.sbt" % "sbt-twirl" % "1.5.1")

0 commit comments

Comments
 (0)