Skip to content

Commit

Permalink
Closes #1874, enable scala3 for asyncapi docs
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed Feb 17, 2022
1 parent 3c76f81 commit 9b9e34c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ lazy val asyncapiDocs: ProjectMatrix = (projectMatrix in file("docs/asyncapi-doc
"com.softwaremill.sttp.shared" %% "akka" % Versions.sttpShared % Test
)
)
.jvmPlatform(scalaVersions = scala2Versions)
.jvmPlatform(scalaVersions = scala2And3Versions)
.dependsOn(asyncapiModel, core, apispecDocs, tests % Test, asyncapiCirceYaml % Test)

lazy val swaggerUi: ProjectMatrix = (projectMatrix in file("docs/swagger-ui"))
Expand Down

0 comments on commit 9b9e34c

Please sign in to comment.