Skip to content

Commit

Permalink
Update ammonite-repl, ammonite-repl-api to 1.7.4 (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and alexarchambault committed Sep 30, 2019
1 parent 027ac2c commit 8e64a89
Showing 1 changed file with 1 addition and 1 deletion.
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.3-3-b95f921"
private def ammoniteVersion = "1.7.4"
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 8e64a89

Please sign in to comment.