Skip to content

Commit 05c97a8

Browse files
author
Ammonite Travis Bot
committed
1 parent 35505df commit 05c97a8

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

index.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -232,9 +232,9 @@ <h1 id="InstallationonLinux" style="display: block;" class=" scalatex-site-Style
232232
<p>
233233
Or to try out the <a href="#UnstableChangelog">latest features</a> in our
234234
<a href="#UnstableVersions">Unstable Release</a>
235-
3.0.0-M0-67-b3fea31f:
235+
3.0.0-M0-68-50d39ec4:
236236
</p>
237-
<pre><code class="bash scalatex-site-Styles-highlightMe">$ sudo sh -c '(echo &quot;#!/usr/bin/env sh&quot; &amp;&amp; curl -L https://github.com/com-lihaoyi/Ammonite/releases/download/3.0.0-M0/2.13-3.0.0-M0-67-b3fea31f) &gt; /usr/local/bin/amm &amp;&amp; chmod +x /usr/local/bin/amm' &amp;&amp; amm
237+
<pre><code class="bash scalatex-site-Styles-highlightMe">$ sudo sh -c '(echo &quot;#!/usr/bin/env sh&quot; &amp;&amp; curl -L https://github.com/com-lihaoyi/Ammonite/releases/download/3.0.0-M0/2.13-3.0.0-M0-68-50d39ec4) &gt; /usr/local/bin/amm &amp;&amp; chmod +x /usr/local/bin/amm' &amp;&amp; amm
238238
</code></pre>
239239
<p>
240240
You can also download a bootstrap script, that can be downloaded and committed
@@ -317,9 +317,9 @@ <h1 id="RunningAmmoniteREPL" style="display: block;" class=" scalatex-site-Style
317317
<p>
318318
Or to try out the <a href="#UnstableChangelog">latest features</a> in our
319319
<a href="#UnstableVersions">Unstable Release</a>
320-
3.0.0-M0-67-b3fea31f:
320+
3.0.0-M0-68-50d39ec4:
321321
</p>
322-
<pre><code class="scala scalatex-site-Styles-highlightMe">libraryDependencies += &quot;com.lihaoyi&quot; % &quot;ammonite&quot; % &quot;3.0.0-M0-67-b3fea31f&quot; % &quot;test&quot; cross CrossVersion.full
322+
<pre><code class="scala scalatex-site-Styles-highlightMe">libraryDependencies += &quot;com.lihaoyi&quot; % &quot;ammonite&quot; % &quot;3.0.0-M0-68-50d39ec4&quot; % &quot;test&quot; cross CrossVersion.full
323323
</code></pre>
324324
<p>
325325
After that, simply hit
@@ -2122,9 +2122,9 @@ <h2 id="RemoteREPL" style="display: block;" class=" scalatex-site-Styles-hoverCo
21222122
<p>
21232123
Or to try out the <a href="#UnstableChangelog">latest features</a> in our
21242124
<a href="#UnstableVersions">Unstable Release</a>
2125-
3.0.0-M0-67-b3fea31f:
2125+
3.0.0-M0-68-50d39ec4:
21262126
</p>
2127-
<pre><code class="bash scalatex-site-Styles-highlightMe">$ sudo sh -c '(echo &quot;#!/usr/bin/env sh&quot; &amp;&amp; curl -L https://github.com/com-lihaoyi/Ammonite/releases/download/3.0.0-M0/2.13-3.0.0-M0-67-b3fea31f) &gt; /usr/local/bin/amm &amp;&amp; chmod +x /usr/local/bin/amm' &amp;&amp; amm
2127+
<pre><code class="bash scalatex-site-Styles-highlightMe">$ sudo sh -c '(echo &quot;#!/usr/bin/env sh&quot; &amp;&amp; curl -L https://github.com/com-lihaoyi/Ammonite/releases/download/3.0.0-M0/2.13-3.0.0-M0-68-50d39ec4) &gt; /usr/local/bin/amm &amp;&amp; chmod +x /usr/local/bin/amm' &amp;&amp; amm
21282128
</code></pre>
21292129
<p>
21302130
And read on to learn about how Scala scripts work.
@@ -5123,10 +5123,10 @@ <h1 id="UnstableVersions" style="display: block;" class=" scalatex-site-Styles-h
51235123
The page above contains the documentation for the latest stable version
51245124
of Ammonite, <code>3.0.0-M0</code>. Ammonite also publishes
51255125
unstable versions, the latest of which is
5126-
<code>3.0.0-M0-67-b3fea31f</code> and is available for direct
5126+
<code>3.0.0-M0-68-50d39ec4</code> and is available for direct
51275127
download:
51285128
</p>
5129-
<pre><code class="bash scalatex-site-Styles-highlightMe">$ sudo sh -c '(echo &quot;#!/usr/bin/env sh&quot; &amp;&amp; curl -L https://github.com/com-lihaoyi/Ammonite/releases/download/3.0.0-M0/2.13-3.0.0-M0-67-b3fea31f) &gt; /usr/local/bin/amm &amp;&amp; chmod +x /usr/local/bin/amm' &amp;&amp; amm
5129+
<pre><code class="bash scalatex-site-Styles-highlightMe">$ sudo sh -c '(echo &quot;#!/usr/bin/env sh&quot; &amp;&amp; curl -L https://github.com/com-lihaoyi/Ammonite/releases/download/3.0.0-M0/2.13-3.0.0-M0-68-50d39ec4) &gt; /usr/local/bin/amm &amp;&amp; chmod +x /usr/local/bin/amm' &amp;&amp; amm
51305130
</code></pre>
51315131
<p>
51325132
On Cygwin, run the following after the above:
@@ -5137,22 +5137,22 @@ <h1 id="UnstableVersions" style="display: block;" class=" scalatex-site-Styles-h
51375137
The latest build can also be run as Windows batch; just save the following as amm.bat:
51385138
</p>
51395139
<p>
5140-
<a href="https://github.com/com-lihaoyi/Ammonite/releases/download/3.0.0-M0/2.13-3.0.0-M0-67-b3fea31f">https://github.com/com-lihaoyi/Ammonite/releases/download/3.0.0-M0/2.13-3.0.0-M0-67-b3fea31f</a>
5140+
<a href="https://github.com/com-lihaoyi/Ammonite/releases/download/3.0.0-M0/2.13-3.0.0-M0-68-50d39ec4">https://github.com/com-lihaoyi/Ammonite/releases/download/3.0.0-M0/2.13-3.0.0-M0-68-50d39ec4</a>
51415141
</p>
51425142
<p>
51435143
For usage in a SBT project:
51445144
</p>
5145-
<pre><code class="scala scalatex-site-Styles-highlightMe">libraryDependencies += &quot;com.lihaoyi&quot; % &quot;ammonite&quot; % &quot;3.0.0-M0-67-b3fea31f&quot; % &quot;test&quot; cross CrossVersion.full
5145+
<pre><code class="scala scalatex-site-Styles-highlightMe">libraryDependencies += &quot;com.lihaoyi&quot; % &quot;ammonite&quot; % &quot;3.0.0-M0-68-50d39ec4&quot; % &quot;test&quot; cross CrossVersion.full
51465146
</code></pre>
51475147
<p>
51485148
Ammonite also provides standalone unstable executables for older versions
51495149
of Scala:
51505150
</p>
51515151

51525152
<b>
5153-
Scala 3.0.0-M0/2.12-3.0.0-M0-67-b3fea31f
5153+
Scala 3.0.0-M0/2.12-3.0.0-M0-68-50d39ec4
51545154
</b>
5155-
<pre><code class="bash scalatex-site-Styles-highlightMe">$ sudo sh -c '(echo &quot;#!/usr/bin/env sh&quot; &amp;&amp; curl -L https://github.com/com-lihaoyi/Ammonite/releases/download/3.0.0-M0/2.12-3.0.0-M0-67-b3fea31f) &gt; /usr/local/bin/amm &amp;&amp; chmod +x /usr/local/bin/amm' &amp;&amp; amm</code></pre>
5155+
<pre><code class="bash scalatex-site-Styles-highlightMe">$ sudo sh -c '(echo &quot;#!/usr/bin/env sh&quot; &amp;&amp; curl -L https://github.com/com-lihaoyi/Ammonite/releases/download/3.0.0-M0/2.12-3.0.0-M0-68-50d39ec4) &gt; /usr/local/bin/amm &amp;&amp; chmod +x /usr/local/bin/amm' &amp;&amp; amm</code></pre>
51565156
<p>
51575157
These unstable versions will contain any brand-new features that are
51585158
currently being worked on, with the caveat that they are unstable and

0 commit comments

Comments
 (0)