Lines 4-11
Link Here
|
4 |
To use ammonite fully you should setup a configuration file |
4 |
To use ammonite fully you should setup a configuration file |
5 |
~/.ammonite/predef.sc. Below is an example: |
5 |
~/.ammonite/predef.sc. Below is an example: |
6 |
|
6 |
|
7 |
interp.load.ivy("com.lihaoyi" %% "os-lib" % "0.8.0") |
7 |
interp.load.ivy("com.lihaoyi" %% "os-lib" % "0.9.0") |
8 |
interp.load.ivy("org.typelevel" %% "cats-core" % "2.7.0") |
8 |
interp.load.ivy("org.typelevel" %% "cats-core" % "2.9.0") |
9 |
|
9 |
|
10 |
// This @ is necessary for Ammonite to process the `interp.load.ivy` |
10 |
// This @ is necessary for Ammonite to process the `interp.load.ivy` |
11 |
// before continuing. |
11 |
// before continuing. |