Skip to content

Commit

Permalink
Reformat with scalafmt 3.7.15
Browse files Browse the repository at this point in the history
Executed command: scalafmt --non-interactive
  • Loading branch information
jona7o committed Oct 25, 2023
1 parent 2f7cc88 commit 8692eba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,9 @@ lazy val api = (project in file("modules/api"))
scalaVersion := Dependencies.scalaVersion,
libraryDependencies ++= Dependencies.list,
GithubConfig.settings,
Compile / smithy4sInputDirs := Seq((ThisBuild / baseDirectory).value / "modules" / "api-definition" / "src" / "main" / "resources" / "META-INF" / "smithy"),
Compile / smithy4sInputDirs := Seq(
(ThisBuild / baseDirectory).value / "modules" / "api-definition" / "src" / "main" / "resources" / "META-INF" / "smithy"
),
Compile / smithy4sOutputDir := (ThisBuild / baseDirectory).value / "modules" / "api" / "src" / "main" / "scala"
)
lazy val apiDefinition = project in file("modules/api-definition")
Expand Down

0 comments on commit 8692eba

Please sign in to comment.