aboutsummaryrefslogtreecommitdiff
path: root/sync/build.sbt
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2017-01-15 18:26:24 -0800
committerJakob Odersky <jakob@odersky.com>2017-01-15 18:26:24 -0800
commit47e2208c7c0c8788ddd137358cbbdb74b6884906 (patch)
treeaeb23e9b2c4af9d51d9f41fb5aca68abc33b7092 /sync/build.sbt
parent1680c178295790e548eae71a4d2e277a6e01fddc (diff)
downloadakka-serial-47e2208c7c0c8788ddd137358cbbdb74b6884906.tar.gz
akka-serial-47e2208c7c0c8788ddd137358cbbdb74b6884906.tar.bz2
akka-serial-47e2208c7c0c8788ddd137358cbbdb74b6884906.zip
Remove references to flow
Diffstat (limited to 'sync/build.sbt')
-rw-r--r--sync/build.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync/build.sbt b/sync/build.sbt
index 2e58d91..547a3fd 100644
--- a/sync/build.sbt
+++ b/sync/build.sbt
@@ -1,4 +1,4 @@
-import flow.Dependencies
+import akkaserial.Dependencies
libraryDependencies += Dependencies.scalatest % "test"