Skip to content

Commit

Permalink
Switch to latest Ammonite snapshot (#215)
Browse files Browse the repository at this point in the history
Includes com-lihaoyi/Ammonite#853 in particular,
which makes running several cells in a row feel much faster here
  • Loading branch information
alexarchambault authored Aug 30, 2018
1 parent 57b36f8 commit c52cc22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ object ScalaInterpreterTests extends TestSuite {
val code = "HashM"
val res = interpreter.complete(code, code.length)
val expectedRes = Completion(
5, // TODO Change back to 0 once https://github.com/lihaoyi/Ammonite/pull/845 is merged and used here
0,
5,
Seq(
"java.util.HashMap",
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.scalaVersion

object Deps {

def ammoniteRepl = ("com.lihaoyi" % "ammonite-repl" % "1.1.2-21-df41270").cross(CrossVersion.full)
def ammoniteRepl = ("com.lihaoyi" % "ammonite-repl" % "1.1.2-37-53fcfcd").cross(CrossVersion.full)
def ammoniteSpark = "sh.almond" %% "ammonite-spark" % "0.1.1"
def argonautShapeless = "com.github.alexarchambault" %% "argonaut-shapeless_6.2" % "1.2.0-M8"
def caseAppAnnotations = "com.github.alexarchambault" %% "case-app-annotations" % "2.0.0-M2"
Expand Down

0 comments on commit c52cc22

Please sign in to comment.