Added initial support for ls.implicit.ly to the build, still need more work though
This commit is contained in:
parent
bcaadb9a1d
commit
8f5ddff153
2 changed files with 13 additions and 0 deletions
7
build.sbt
Normal file
7
build.sbt
Normal 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."
|
||||
Loading…
Add table
Add a link
Reference in a new issue