We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f7cc88 commit 8692ebaCopy full SHA for 8692eba
build.sbt
@@ -148,7 +148,9 @@ lazy val api = (project in file("modules/api"))
148
scalaVersion := Dependencies.scalaVersion,
149
libraryDependencies ++= Dependencies.list,
150
GithubConfig.settings,
151
- Compile / smithy4sInputDirs := Seq((ThisBuild / baseDirectory).value / "modules" / "api-definition" / "src" / "main" / "resources" / "META-INF" / "smithy"),
+ Compile / smithy4sInputDirs := Seq(
152
+ (ThisBuild / baseDirectory).value / "modules" / "api-definition" / "src" / "main" / "resources" / "META-INF" / "smithy"
153
+ ),
154
Compile / smithy4sOutputDir := (ThisBuild / baseDirectory).value / "modules" / "api" / "src" / "main" / "scala"
155
)
156
lazy val apiDefinition = project in file("modules/api-definition")
0 commit comments