diff options
Diffstat (limited to 'devel/ammonite/pkg-message')
-rw-r--r-- | devel/ammonite/pkg-message | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/ammonite/pkg-message b/devel/ammonite/pkg-message index 30c66399df78..d24c4d1bf14e 100644 --- a/devel/ammonite/pkg-message +++ b/devel/ammonite/pkg-message @@ -4,15 +4,15 @@ To use ammonite fully you should setup a configuration file ~/.ammonite/predef.sc. Below is an example: -interp.load.ivy("com.lihaoyi" %% "os-lib" % "0.9.1") -interp.load.ivy("org.typelevel" %% "cats-core" % "2.9.0") +interp.load.ivy("com.lihaoyi" %% "os-lib" % "0.11.4") +interp.load.ivy("org.typelevel" %% "cats-core" % "2.13.0") // This @ is necessary for Ammonite to process the `interp.load.ivy` // before continuing. @ -import cats._ -import cats.data._ -import cats.syntax.all._ +import cats.* +import cats.data.* +import cats.syntax.all.* EOM } ] |