aboutsummaryrefslogtreecommitdiff
path: root/project/plugins.sbt
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2013-06-18 23:55:38 +0200
committerJakob Odersky <jodersky@gmail.com>2013-06-18 23:55:38 +0200
commit892bd6053aff21cda2fbabddb824c9710d7baafa (patch)
tree2cff8af70946110fbb7c6e3a1d695c800b434733 /project/plugins.sbt
parent98241aa830bedb006ae041dce661afd57c3d90a8 (diff)
downloadakka-serial-892bd6053aff21cda2fbabddb824c9710d7baafa.tar.gz
akka-serial-892bd6053aff21cda2fbabddb824c9710d7baafa.tar.bz2
akka-serial-892bd6053aff21cda2fbabddb824c9710d7baafa.zip
repair broken example
Diffstat (limited to 'project/plugins.sbt')
-rw-r--r--project/plugins.sbt4
1 files changed, 4 insertions, 0 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 6eb2159..f0483bb 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -1 +1,5 @@
+resolvers += "Typesafe Repository" at "http://repo.typesafe.com/typesafe/snapshots/"
+
+addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.2.0")
+
addSbtPlugin("com.github.jodersky" % "sbt-native" % "1.0-SNAPSHOT")