File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed
Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -77,15 +77,9 @@ val fs2 = projectMatrix
7777
7878val 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,
You can’t perform that action at this time.
0 commit comments