Skip to content

Commit

Permalink
deploy: aed52c2
Browse files Browse the repository at this point in the history
  • Loading branch information
stariy95 committed Apr 22, 2024
1 parent 4012beb commit 451b9b0
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 @@ -145,7 +145,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-M3&lt;/version&gt;
&lt;version&gt;3.0-M4&lt;/version&gt;
&lt;type&gt;pom&lt;/type&gt;
&lt;scope&gt;import&lt;/scope&gt;
&lt;/dependency&gt;
Expand All @@ -161,7 +161,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-M3")
implementation platform("io.bootique.bom:bootique-bom:3.0-M4")
}</code></pre>
</div>
</div>
Expand Down

0 comments on commit 451b9b0

Please sign in to comment.