aboutsummaryrefslogtreecommitdiff
path: root/project/Dependencies.scala
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2014-03-29 13:16:50 +0100
committerJakob Odersky <jodersky@gmail.com>2014-03-29 13:16:50 +0100
commitf34d5ccc120d2d2014a052966b183da7383bdc61 (patch)
treef70243e9f6c48cb4c5034c17c9c705f4741a257b /project/Dependencies.scala
parentc0c3647bbf64af754d3cc9b6d167c8ca2b736f74 (diff)
downloadakka-serial-f34d5ccc120d2d2014a052966b183da7383bdc61.tar.gz
akka-serial-f34d5ccc120d2d2014a052966b183da7383bdc61.tar.bz2
akka-serial-f34d5ccc120d2d2014a052966b183da7383bdc61.zip
remove sbt native build and flow-pack
Diffstat (limited to 'project/Dependencies.scala')
-rw-r--r--project/Dependencies.scala3
1 files changed, 0 insertions, 3 deletions
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 7115ba6..9774a0f 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -3,8 +3,5 @@ import sbt._
object Dependencies {
lazy val akkaActor = "com.typesafe.akka" %% "akka-actor" % "2.3.0"
-
- lazy val ioCore = "com.github.scala-incubator.io" %% "scala-io-core" % "0.4.2"
- lazy val ioFile = "com.github.scala-incubator.io" %% "scala-io-file" % "0.4.2"
}