Skip to content

Commit

Permalink
Merge pull request #569 from danicheg/series/1.x-build-cleanup
Browse files Browse the repository at this point in the history
A tiny `build.sbt` clean-up
  • Loading branch information
danicheg authored Dec 30, 2021
2 parents 641aef3 + b2017e4 commit 0f02880
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import sbtcrossproject.{crossProject, CrossType}
import sbtghactions.UseRef

val Scala213 = "2.13.7"
Expand Down Expand Up @@ -67,7 +66,7 @@ ThisBuild / githubWorkflowPublish := Seq(
WorkflowStep.Sbt(
List("release")
)
) ++ micrositeWorkflowSteps(Some(MicrositesCond)).toSeq :+ WorkflowStep.Sbt(
) ++ micrositeWorkflowSteps(Some(MicrositesCond)) :+ WorkflowStep.Sbt(
List("docs/publishMicrosite"),
cond = Some(MicrositesCond)
)
Expand Down

0 comments on commit 0f02880

Please sign in to comment.