Skip to content

Commit

Permalink
deploy: 42a3607
Browse files Browse the repository at this point in the history
  • Loading branch information
andrus committed Nov 23, 2023
1 parent 988abde commit ab4c916
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/3.x/getting-started/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ <h2 id="_hello_world_in_bootique">1. Hello World in Bootique</h2>
&lt;dependency&gt;
&lt;groupId&gt;io.bootique.bom&lt;/groupId&gt;
&lt;artifactId&gt;bootique-bom&lt;/artifactId&gt;
&lt;version&gt;3.0.M1&lt;/version&gt;
&lt;version&gt;3.0.M2&lt;/version&gt;
&lt;type&gt;pom&lt;/type&gt;
&lt;scope&gt;import&lt;/scope&gt;
&lt;/dependency&gt;
Expand All @@ -160,7 +160,7 @@ <h2 id="_hello_world_in_bootique">1. Hello World in Bootique</h2>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code class="language-groovy groovy" data-lang="groovy">dependencies {
implementation platform("io.bootique.bom:bootique-bom:3.0.M1")
implementation platform("io.bootique.bom:bootique-bom:3.0.M2")
}</code></pre>
</div>
</div>
Expand Down

0 comments on commit ab4c916

Please sign in to comment.