Skip to content

Commit bf9ba32

Browse files
authored
Update projects-2.12.md
1 parent 744f046 commit bf9ba32

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

projects-2.12.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ Other libraries, add in sbt using `libraryDependencies += ...`
4646
"eu.timepit" %% "refined" % "0.6.0"
4747
"org.scalaz.stream" %% "scalaz-stream" % "0.8.6"
4848
"org.scalaz.stream" %% "scalaz-stream" % "0.8.6a"
49+
"com.typesafe.akka" %% "akka-actor" % "2.4.12"
50+
"com.typesafe.akka" %% "akka-stream" % "2.4.12"
4951

5052
Compiler plugins, add in sbt using `addCompilerPlugin(...)`:
5153

@@ -59,7 +61,7 @@ Sbt plugins. Most plugins do not need to be re-published for 2.12, but certain p
5961
"com.typesafe" % "sbt-mima-plugin" % "0.1.11"
6062
"org.tpolecat" % "tut-plugin" % "0.4.6"
6163

62-
Pending: Akka, [akka-http](https://github.com/akka/akka-http/issues/437), [Play](https://github.com/playframework/playframework/issues/6110), [Monocle](https://github.com/julien-truffaut/Monocle/issues/407), [WartRemover](https://github.com/puffnfresh/wartremover/issues/278), [Argonaut](https://github.com/argonaut-io/argonaut/issues/246), [Circe](https://github.com/travisbrown/circe/issues/302), [scala-refactoring](https://github.com/scala-ide/scala-refactoring/issues/168), [scala-ssh](https://github.com/veact/scala-ssh/pull/5), [fs2](https://github.com/functional-streams-for-scala/fs2/issues/757), [fastparse](https://github.com/lihaoyi/fastparse/pull/133), [Coursier](https://github.com/alexarchambault/coursier/pull/374)...
64+
Pending: [akka-http](https://github.com/akka/akka-http/issues/437), [Play](https://github.com/playframework/playframework/issues/6110), [Monocle](https://github.com/julien-truffaut/Monocle/issues/407), [WartRemover](https://github.com/puffnfresh/wartremover/issues/278), [Argonaut](https://github.com/argonaut-io/argonaut/issues/246), [Circe](https://github.com/travisbrown/circe/issues/302), [scala-refactoring](https://github.com/scala-ide/scala-refactoring/issues/168), [scala-ssh](https://github.com/veact/scala-ssh/pull/5), [fs2](https://github.com/functional-streams-for-scala/fs2/issues/757), [fastparse](https://github.com/lihaoyi/fastparse/pull/133), [Coursier](https://github.com/alexarchambault/coursier/pull/374)...
6365

6466
### Scala 2.12.0-RC2
6567

0 commit comments

Comments
 (0)