Skip to content

Commit

Permalink
Format build.sbt as part of build
Browse files Browse the repository at this point in the history
Also reformat build.sbt
  • Loading branch information
noelwelsh committed Feb 28, 2025
1 parent 25868e8 commit 954b5e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ commands += Command.command("build") { state =>
"golden/test" ::
"scalafixAll" ::
"scalafmtAll" ::
"scalafmtSbt" ::
"headerCreateAll" ::
"githubWorkflowGenerate" ::
"dependencyUpdates" ::
Expand Down Expand Up @@ -143,7 +144,7 @@ lazy val algebra = crossProject(JSPlatform, JVMPlatform)
.settings(
commonSettings,
libraryDependencies ++= Seq(
Dependencies.catsEffect.value,
Dependencies.catsEffect.value
),
moduleName := "doodle-algebra"
)
Expand Down

0 comments on commit 954b5e6

Please sign in to comment.