You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -479,7 +479,7 @@ <h2>Converting to OpenAPI with smithy-build<a class="headerlink" href="#converti
479
479
</div>
480
480
<divclass="admonition important">
481
481
<pclass="admonition-title">Important</p>
482
-
<p>A buildscript dependency on "software.amazon.smithy:smithy-openapi:1.66.0" is
482
+
<p>A buildscript dependency on "software.amazon.smithy:smithy-openapi:1.67.0" is
483
483
required in order for smithy-build to map the "openapi" plugin name to the
484
484
correct Java library implementation.</p>
485
485
</div>
@@ -1152,7 +1152,7 @@ <h2>Amazon API Gateway extensions<a class="headerlink" href="#amazon-api-gateway
1152
1152
<divclass="code-block-caption"><spanclass="caption-text">build.gradle.kts</span><aclass="headerlink" href="#apigateway-build-gradle" title="Link to this code">¶</a></div>
@@ -1592,7 +1592,7 @@ <h2>Converting to OpenAPI with code<a class="headerlink" href="#converting-to-op
1592
1592
<divclass="code-block-caption"><spanclass="caption-text">build.gradle.kts</span><aclass="headerlink" href="#openapi-code-build-gradle" title="Link to this code">¶</a></div>
@@ -442,7 +442,7 @@ <h2>Generating Schemas with smithy-build<a class="headerlink" href="#generating-
442
442
</div>
443
443
<divclass="admonition important">
444
444
<pclass="admonition-title">Important</p>
445
-
<p>A buildscript dependency on "software.amazon.smithy:smithy-aws-cloudformation:1.66.0" is
445
+
<p>A buildscript dependency on "software.amazon.smithy:smithy-aws-cloudformation:1.67.0" is
446
446
required in order for smithy-build to map the "cloudformation" plugin name
447
447
to the correct Java library implementation.</p>
448
448
</div>
@@ -799,7 +799,7 @@ <h2>Generating Schemas with code<a class="headerlink" href="#generating-schemas-
799
799
<divclass="code-block-caption"><spanclass="caption-text">build.gradle.kts</span><aclass="headerlink" href="#cfn-code-build-gradle" title="Link to this code">¶</a></div>
service providers. See the <aclass="reference external" href="https://smithy.io/javadoc/1.66.0/software/amazon/smithy/aws/cloudformation/schema/fromsmithy/Smithy2CfnExtension.html">Javadocs</a> for more information.</p>
828
+
service providers. See the <aclass="reference external" href="https://smithy.io/javadoc/1.67.0/software/amazon/smithy/aws/cloudformation/schema/fromsmithy/Smithy2CfnExtension.html">Javadocs</a> for more information.</p>
parameter lists. For example, parameters with 5 values for each key
1008
1008
will generate 5 tests in total.</p>
1009
1009
<p>Parameter values are substituted using the conventions described by
1010
-
the documentation for <aclass="reference external" href="https://smithy.io/javadoc/1.66.0/software/amazon/smithy/utils/CodeWriter.html">CodeWriter</a>. They are available as named
1010
+
the documentation for <aclass="reference external" href="https://smithy.io/javadoc/1.67.0/software/amazon/smithy/utils/CodeWriter.html">CodeWriter</a>. They are available as named
1011
1011
parameters, and implementations must support both the <codeclass="docutils literal notranslate"><spanclass="pre">L</span></code> and <codeclass="docutils literal notranslate"><spanclass="pre">S</span></code>
parameter lists. For example, parameters with 5 values for each key
1067
1067
will generate 5 tests in total.</p>
1068
1068
<p>Parameter values are substituted using the conventions described by
1069
-
the documentation for <aclass="reference external" href="https://smithy.io/javadoc/1.66.0/software/amazon/smithy/utils/CodeWriter.html">CodeWriter</a>. They are available as named
1069
+
the documentation for <aclass="reference external" href="https://smithy.io/javadoc/1.67.0/software/amazon/smithy/utils/CodeWriter.html">CodeWriter</a>. They are available as named
1070
1070
parameters, and implementations must support both the <codeclass="docutils literal notranslate"><spanclass="pre">L</span></code> and <codeclass="docutils literal notranslate"><spanclass="pre">S</span></code>
0 commit comments