Skip to content

Commit

Permalink
Switch to Ammonite 1.7.3-3-b95f921 (#79)
Browse files Browse the repository at this point in the history
Seems Ammonite 1.7.2 was borked
  • Loading branch information
alexarchambault committed Sep 28, 2019
1 parent 960c8dd commit 027ac2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ with for sure.
| `0.5.0` | `1.6.9-8-2a27ffe` | `0.6.0` |
| `0.6.0`, `0.6.1` | `1.6.9-15-6720d42` | `0.7.0`, `0.8.0` |
| `0.7.0` | `1.7.1` | `0.8.1` |
| `0.7.1` | `1.7.3-3-b95f921` | |

## 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.7.1"
private def ammoniteVersion = "1.7.3-3-b95f921"
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 027ac2c

Please sign in to comment.