Skip to content

Commit

Permalink
Switch to ammonite 1.7.1 (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed Sep 13, 2019
1 parent 9ee08fc commit 5489ca5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion project/Deps.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 5489ca5

Please sign in to comment.