Skip to content

Commit

Permalink
Update ammonite-repl to 1.6.7 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and alexarchambault committed May 19, 2019
1 parent 3979b34 commit c19edfb
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 {

def ammoniteRepl = ("com.lihaoyi" % "ammonite-repl" % "1.6.6").cross(CrossVersion.full)
def ammoniteRepl = ("com.lihaoyi" % "ammonite-repl" % "1.6.7").cross(CrossVersion.full)
def jettyServer = "org.eclipse.jetty" % "jetty-server" % "9.4.18.v20190429"
def utest = "com.lihaoyi" %% "utest" % "0.6.7"

Expand Down

0 comments on commit c19edfb

Please sign in to comment.