aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorKazuyoshi Kato <kato.kazuyoshi@gmail.com>2016-06-24 08:17:35 -0700
committerKazuyoshi Kato <kato.kazuyoshi@gmail.com>2016-07-27 06:54:27 -0700
commit8e55954654596c965f220154a5f557e49463fa81 (patch)
treebfb378355fda438709c35da75b4758d387b586ad /project
parent5ffce6e910f4cc1fced15824df86a9524be81681 (diff)
downloaddotty-8e55954654596c965f220154a5f557e49463fa81.tar.gz
dotty-8e55954654596c965f220154a5f557e49463fa81.tar.bz2
dotty-8e55954654596c965f220154a5f557e49463fa81.zip
Fixes #1316: Remove JLine
Dotty uses ammonite.terminal since April (53bd25f) which replaces JLine. There is no reason to keep it anymore.
Diffstat (limited to 'project')
-rw-r--r--project/Build.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/project/Build.scala b/project/Build.scala
index f57c30e7d..a4e6551d7 100644
--- a/project/Build.scala
+++ b/project/Build.scala
@@ -99,7 +99,6 @@ object DottyBuild extends Build {
libraryDependencies ++= Seq("org.scala-lang.modules" %% "scala-xml" % "1.0.1",
"org.scala-lang.modules" %% "scala-partest" % "1.0.11" % "test",
"com.novocode" % "junit-interface" % "0.11" % "test",
- "jline" % "jline" % "2.12",
"com.googlecode.java-diff-utils" % "diffutils" % "1.3.0",
"com.typesafe.sbt" % "sbt-interface" % sbtVersion.value),
// enable improved incremental compilation algorithm