Skip to content

Commit 9523f61

Browse files
committed
Cross publish smithy across all platforms
1 parent 799e818 commit 9523f61

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

build.sbt

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,9 @@ val fs2 = projectMatrix
7777

7878
val smithy = projectMatrix
7979
.in(file("modules") / "smithy")
80-
// TODO
81-
// .jvmPlatform(jvmScalaVersions)
82-
// .jsPlatform(jsScalaVersions)
83-
// .nativePlatform(nativeScalaVersions)
84-
.jvmPlatform(
85-
autoScalaLibrary = false,
86-
scalaVersions = Seq.empty,
87-
settings = Seq()
88-
)
80+
.jvmPlatform(jvmScalaVersions)
81+
.jsPlatform(jsScalaVersions)
82+
.nativePlatform(nativeScalaVersions)
8983
.disablePlugins(AssemblyPlugin, MimaPlugin)
9084
.settings(
9185
name := "jsonrpclib-smithy"
@@ -99,7 +93,7 @@ val smithy4s = projectMatrix
9993
.disablePlugins(AssemblyPlugin)
10094
.enablePlugins(Smithy4sCodegenPlugin)
10195
.dependsOn(fs2)
102-
.dependsOn(smithy.projectRefs.head)
96+
.dependsOn(smithy)
10397
.settings(
10498
name := "jsonrpclib-smithy4s",
10599
commonSettings,

0 commit comments

Comments
 (0)