Skip to content

Commit 3c09834

Browse files
committed
Enable cross build in publishing
1 parent f57a033 commit 3c09834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ lazy val `sbt-openapi` = (project in file("sbt-openapi"))
8484
.dependsOn(`openapi-scala`)
8585

8686
lazy val publishSettings = Seq(
87-
crossPaths := false,
87+
crossPaths := true,
8888
autoAPIMappings := true,
8989
publishTo := Some(
9090
Opts.resolver.sonatypeSnapshots

0 commit comments

Comments
 (0)