Added initial support for ls.implicit.ly to the build, still need more work though

This commit is contained in:
Jonas Bonér 2011-11-29 16:40:39 +01:00
parent bcaadb9a1d
commit 8f5ddff153
2 changed files with 13 additions and 0 deletions

7
build.sbt Normal file
View file

@ -0,0 +1,7 @@
seq(lsSettings:_*)
(LsKeys.tags in LsKeys.lsync) := Seq("actors", "stm", "concurrency", "distributed", "fault-tolerance", "scala", "java", "futures", "dataflow", "remoting")
(externalResolvers in LsKeys.lsync) := Seq("Akka Repository" at "http://akka.io/repository/")
(description in LsKeys.lsync) := "Akka is the platform for the next generation of event-driven, scalable and fault-tolerant architectures on the JVM."