Skip to content

Commit 8692eba

Browse files
committed
Reformat with scalafmt 3.7.15
Executed command: scalafmt --non-interactive
1 parent 2f7cc88 commit 8692eba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.sbt

+3-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,9 @@ lazy val api = (project in file("modules/api"))
148148
scalaVersion := Dependencies.scalaVersion,
149149
libraryDependencies ++= Dependencies.list,
150150
GithubConfig.settings,
151-
Compile / smithy4sInputDirs := Seq((ThisBuild / baseDirectory).value / "modules" / "api-definition" / "src" / "main" / "resources" / "META-INF" / "smithy"),
151+
Compile / smithy4sInputDirs := Seq(
152+
(ThisBuild / baseDirectory).value / "modules" / "api-definition" / "src" / "main" / "resources" / "META-INF" / "smithy"
153+
),
152154
Compile / smithy4sOutputDir := (ThisBuild / baseDirectory).value / "modules" / "api" / "src" / "main" / "scala"
153155
)
154156
lazy val apiDefinition = project in file("modules/api-definition")

0 commit comments

Comments
 (0)