From 5489ca5e7b451bc30ddf440900887e65e7c44d01 Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Fri, 13 Sep 2019 10:49:44 +0200 Subject: [PATCH] Switch to ammonite 1.7.1 (#73) --- README.md | 3 ++- project/Deps.scala | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5d1a370..5e281f0 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,8 @@ with for sure. | `0.4.1` | `1.6.6` | `0.5.0` | | `0.4.2` | `1.6.7` | `0.5.0` | | `0.5.0` | `1.6.9-8-2a27ffe` | `0.6.0` | -| `0.6.0` | `1.6.9-15-6720d42` | `0.7.0` | +| `0.6.0`, `0.6.1` | `1.6.9-15-6720d42` | `0.7.0`, `0.8.0` | +| `0.7.0` | `1.7.1` | | ## Missing diff --git a/project/Deps.scala b/project/Deps.scala index 1ab302f..32dcff3 100644 --- a/project/Deps.scala +++ b/project/Deps.scala @@ -5,7 +5,7 @@ import sbt.Keys._ object Deps { - private def ammoniteVersion = "1.6.9-19-827dffe" + private def ammoniteVersion = "1.7.1" def ammoniteReplApi = ("com.lihaoyi" % "ammonite-repl-api" % ammoniteVersion).cross(CrossVersion.full) def ammoniteRepl = ("com.lihaoyi" % "ammonite-repl" % ammoniteVersion).cross(CrossVersion.full)