Skip to content

Commit 0dbf153

Browse files
Merge pull request #10 from http4s/update/sbt-http4s-org-0.14.0
Update sbt-http4s-org to 0.14.0
2 parents 12edd44 + cb7b589 commit 0dbf153

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,10 @@ jobs:
116116
if: matrix.java == 'temurin@8'
117117
run: sbt '++${{ matrix.scala }}' doc
118118

119+
- name: Check scalafix lints
120+
if: matrix.java == 'temurin@8' && !startsWith(matrix.scala, '3.')
121+
run: sbt '++${{ matrix.scala }}' 'scalafixAll --check'
122+
119123
- name: Check unused compile dependencies
120124
if: matrix.java == 'temurin@8'
121125
run: sbt '++${{ matrix.scala }}' unusedCompileDependenciesTest

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.13.4")
1+
addSbtPlugin("org.http4s" % "sbt-http4s-org" % "0.14.0")
22
addSbtPlugin("com.typesafe.sbt" % "sbt-twirl" % "1.5.1")

0 commit comments

Comments
 (0)