-
I'm using the launcher in my CI to run some scripts (very useful, thanks!):
```bash
./coursier launch io.github.alexarchambault.ammonite::ammonite-runner-cli:latest.release -- .github/scripts/hell…
-
**Version(s)**
0.1.12
**Describe what needs to be done and why**
We needed #1348 to get rid the following problem after bumping to `3.2.0`
```
▶ scala-cli --ammonite
Downloading Ammonite 2.5.4…
-
Looks like 0.4.6 has been pulled from the repos, for some reason:
:: problems summary ::
:::: WARNINGS
module not found: com.lihaoyi#ammonite-shell_2.11;0.4.6
```
==== central: tried
http…
-
With Ammonite having dropped `2.11` support, almond [sticked to `1.6.7` when on scala `2.11`](https://github.com/almond-sh/almond/blob/b711f116759c393f94e63febbac0bab99977496a/project/Deps.scala#L11).…
-
I could not install Ammonite to run with Scala 3.
Even when my Scala Version is 3.
I had to uninstall ammonite with Coursier und install Ammonite manually:
`sudo sh -c '(echo "#!/usr/bin/env sh…
-
When I try to run the example 04 I get this error:
org.apache.wayang.core.api.exception.WayangException: Could not load configuration from file:/home/jovyan/files/wayang_sgd.properties.
org.apac…
-
Ammonite is a REPL for Scala, it would be nice to have it provided by sdkman .
link: http://ammonite.io/
I am not sure whether it is possible since only the source code can be retrieved as an ar…
-
**Describe the bug**
Ammonite supports [predefScript.sc](https://ammonite.io/#ScriptPredef), but the Metals integration ignores it.
**To Reproduce**
Steps to reproduce the behavior:
1. Cre…
-
Thread to discuss anything and everything about Chapter 2. Important topics will be folded into the issue description.
-
Hi,
I'm trying to use sbt-ammonite in a simple test project of mine but I'm having some troubles. The project can be found here
https://github.com/barambani/functional-programming-in-scala
As y…