aboutsummaryrefslogtreecommitdiff
path: root/stage2/ToolsTasks.scala
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2016-06-01 20:44:58 -0400
committerChristopher Vogt <oss.nsp@cvogt.org>2016-06-01 21:50:05 -0400
commit60a0d3fea107e5f1913d13d7304f9bf8f643feac (patch)
tree0dc19867b9524313bcbd6355b3a54472cf15c050 /stage2/ToolsTasks.scala
parent53869803319565de959e717505b014cc28041d09 (diff)
downloadcbt-60a0d3fea107e5f1913d13d7304f9bf8f643feac.tar.gz
cbt-60a0d3fea107e5f1913d13d7304f9bf8f643feac.tar.bz2
cbt-60a0d3fea107e5f1913d13d7304f9bf8f643feac.zip
update ammonite (doesn't help though, still doesn't start through cbt tools)
Diffstat (limited to 'stage2/ToolsTasks.scala')
-rw-r--r--stage2/ToolsTasks.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/stage2/ToolsTasks.scala b/stage2/ToolsTasks.scala
index 7a95dad..e8a3a20 100644
--- a/stage2/ToolsTasks.scala
+++ b/stage2/ToolsTasks.scala
@@ -40,7 +40,7 @@ class ToolsTasks(
val version = args.lift(1).getOrElse(constants.scalaVersion)
val d = Resolver(mavenCentral).bindOne(
MavenDependency(
- "com.lihaoyi","ammonite-repl_2.11.7",args.lift(1).getOrElse("0.5.7")
+ "com.lihaoyi","ammonite-repl_2.11.8",args.lift(1).getOrElse("0.5.8")
)
)
// FIXME: this does not work quite yet, throws NoSuchFileException: /ammonite/repl/frontend/ReplBridge$.class