Skip to content

Commit

Permalink
update readme for 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
patriknw committed May 12, 2016
1 parent 933956c commit bc49129
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This software is licensed under the Apache 2 license, quoted below.

Copyright 2016 Typesafe Inc. [http://www.typesafe.com]
Copyright 2016 Lightbend Inc. [http://www.lightbend.com]

Licensed under the Apache License, Version 2.0 (the "License"); you may not
use this file except in compliance with the License. You may obtain a copy of
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ This project provides a home to Akka Streams add-ons which does not fit into the
* it is an experiment or requires iterations with user feedback before including into the stable core module
* it requires a faster release cycle

Dependencies
------------

To include the latest release of `akka-stream-contrib` into your `sbt` project, add the following lines to your `build.sbt` file:

libraryDependencies += "com.typesafe.akka" %% "akka-stream-contrib" % "0.1"

This version of `akka-stream-contrib` depends on Akka 2.4.4 and Scala 2.11.8.

Caveat Emptor
-------------

Expand Down

0 comments on commit bc49129

Please sign in to comment.