We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 12edd44 + cb7b589 commit 0dbf153Copy full SHA for 0dbf153
.github/workflows/ci.yml
@@ -116,6 +116,10 @@ jobs:
116
if: matrix.java == 'temurin@8'
117
run: sbt '++${{ matrix.scala }}' doc
118
119
+ - name: Check scalafix lints
120
+ if: matrix.java == 'temurin@8' && !startsWith(matrix.scala, '3.')
121
+ run: sbt '++${{ matrix.scala }}' 'scalafixAll --check'
122
+
123
- name: Check unused compile dependencies
124
125
run: sbt '++${{ matrix.scala }}' unusedCompileDependenciesTest
project/plugins.sbt
@@ -1,2 +1,2 @@
1
-addSbtPlugin("org.http4s" % "sbt-http4s-org" % "0.13.4")
+addSbtPlugin("org.http4s" % "sbt-http4s-org" % "0.14.0")
2
addSbtPlugin("com.typesafe.sbt" % "sbt-twirl" % "1.5.1")
0 commit comments