Skip to content

Commit 0eaef9d

Browse files
authored
Add Scala Native support to tapir-apispec-docs (Scala 3 only) (#5071)
as in title
1 parent d4480ae commit 0eaef9d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.sbt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1180,6 +1180,10 @@ lazy val apispecDocs: ProjectMatrix = (projectMatrix in file("docs/apispec-docs"
11801180
scalaVersions = scala2And3Versions,
11811181
settings = commonJsSettings
11821182
)
1183+
.nativePlatform(
1184+
scalaVersions = List(scala3),
1185+
settings = commonNativeSettings
1186+
)
11831187
.dependsOn(core, tests % Test)
11841188

11851189
lazy val openapiDocs: ProjectMatrix = (projectMatrix in file("docs/openapi-docs"))

0 commit comments

Comments
 (0)