Skip to content

Commit

Permalink
upgrade pprint to 03.6 to fix #186
Browse files Browse the repository at this point in the history
  • Loading branch information
Li Haoyi committed Aug 25, 2015
1 parent 45bd19f commit 5bf223d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ lazy val repl = project
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
"org.apache.ivy" % "ivy" % "2.4.0",
"com.lihaoyi" %% "scalaparse" % "0.2.1",
"com.lihaoyi" %% "upickle" % "0.3.5",
"com.lihaoyi" %% "pprint" % "0.3.5",
"com.lihaoyi" %% "upickle" % "0.3.6",
"com.lihaoyi" %% "pprint" % "0.3.6",
"com.github.scopt" %% "scopt" % "3.3.0"
),
libraryDependencies ++= (
Expand Down
1 change: 0 additions & 1 deletion repl/src/main/scala/ammonite/repl/interp/Pressy.scala
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ object Pressy {
* the outside caller probably doesn't care.
*/
def complete(snippetIndex: Int, previousImports: String, snippet: String): (Int, Seq[String], Seq[String]) = {

val prefix = previousImports + "\nobject AutocompleteWrapper{\n"
val suffix = "\n}"
val allCode = prefix + snippet + suffix
Expand Down

0 comments on commit 5bf223d

Please sign in to comment.