diff --git a/index.html b/index.html index 745dcad5c..6cc2429e8 100644 --- a/index.html +++ b/index.html @@ -158,10 +158,6 @@
- For a video overview of the project and it's motivation, check out this talk: -
-If you are already working in Scala, you no longer have to drop down to Python or Bash for your scripting needs: @@ -232,9 +228,9 @@
$ sudo sh -c '(echo "#!/usr/bin/env sh" && curl -L https://github.com/com-lihaoyi/Ammonite/releases/download/3.0.0/2.13-3.0.0-15-c7a11918) > /usr/local/bin/amm && chmod +x /usr/local/bin/amm' && amm
+ $ sudo sh -c '(echo "#!/usr/bin/env sh" && curl -L https://github.com/com-lihaoyi/Ammonite/releases/download/3.0.0/2.13-3.0.0-16-5b8ba21c) > /usr/local/bin/amm && chmod +x /usr/local/bin/amm' && amm
You can also download a bootstrap script, that can be downloaded and committed
@@ -317,9 +313,9 @@
latest features in our
Unstable Release
- 3.0.0-15-c7a11918:
+ 3.0.0-16-5b8ba21c:
- libraryDependencies += "com.lihaoyi" % "ammonite" % "3.0.0-15-c7a11918" % "test" cross CrossVersion.full
+ libraryDependencies += "com.lihaoyi" % "ammonite" % "3.0.0-16-5b8ba21c" % "test" cross CrossVersion.full
After that, simply hit
@@ -1443,7 +1439,7 @@
@ typeOf(repl.compiler).members.size // Too many methods to dig through!
-res0: Int = 1632
+res0: Int = 1630
@ // I forgot what I want but I think it has Raw in the name
@@ -2132,9 +2128,9 @@ latest features in our
Unstable Release
- 3.0.0-15-c7a11918:
+ 3.0.0-16-5b8ba21c:
- $ sudo sh -c '(echo "#!/usr/bin/env sh" && curl -L https://github.com/com-lihaoyi/Ammonite/releases/download/3.0.0/2.13-3.0.0-15-c7a11918) > /usr/local/bin/amm && chmod +x /usr/local/bin/amm' && amm
+ $ sudo sh -c '(echo "#!/usr/bin/env sh" && curl -L https://github.com/com-lihaoyi/Ammonite/releases/download/3.0.0/2.13-3.0.0-16-5b8ba21c) > /usr/local/bin/amm && chmod +x /usr/local/bin/amm' && amm
And read on to learn about how Scala scripts work.
@@ -3559,6 +3555,10 @@
Changelog
+ 3.0.1
+
+ -
+ Support for Scala 2.13.16, 3.3.4
3.0.0
-
@@ -5161,10 +5161,10 @@
$ sudo sh -c '(echo "#!/usr/bin/env sh" && curl -L https://github.com/com-lihaoyi/Ammonite/releases/download/3.0.0/2.13-3.0.0-15-c7a11918) > /usr/local/bin/amm && chmod +x /usr/local/bin/amm' && amm
+ $ sudo sh -c '(echo "#!/usr/bin/env sh" && curl -L https://github.com/com-lihaoyi/Ammonite/releases/download/3.0.0/2.13-3.0.0-16-5b8ba21c) > /usr/local/bin/amm && chmod +x /usr/local/bin/amm' && amm
On Cygwin, run the following after the above:
@@ -5175,12 +5175,12 @@
https://github.com/com-lihaoyi/Ammonite/releases/download/3.0.0/2.13-3.0.0-15-c7a11918
+ https://github.com/com-lihaoyi/Ammonite/releases/download/3.0.0/2.13-3.0.0-16-5b8ba21c
For usage in a SBT project:
- libraryDependencies += "com.lihaoyi" % "ammonite" % "3.0.0-15-c7a11918" % "test" cross CrossVersion.full
+ libraryDependencies += "com.lihaoyi" % "ammonite" % "3.0.0-16-5b8ba21c" % "test" cross CrossVersion.full
Ammonite also provides standalone unstable executables for older versions
@@ -5188,9 +5188,9 @@
$ sudo sh -c '(echo "#!/usr/bin/env sh" && curl -L https://github.com/com-lihaoyi/Ammonite/releases/download/3.0.0/2.12-3.0.0-15-c7a11918) > /usr/local/bin/amm && chmod +x /usr/local/bin/amm' && amm
+ $ sudo sh -c '(echo "#!/usr/bin/env sh" && curl -L https://github.com/com-lihaoyi/Ammonite/releases/download/3.0.0/2.12-3.0.0-16-5b8ba21c) > /usr/local/bin/amm && chmod +x /usr/local/bin/amm' && amm
These unstable versions will contain any brand-new features that are
currently being worked on, with the caveat that they are unstable and
@@ -5210,7 +5210,7 @@