diff --git a/projects-2.12.md b/projects-2.12.md index 7892bcd..3c573c0 100644 --- a/projects-2.12.md +++ b/projects-2.12.md @@ -48,6 +48,8 @@ Other libraries, add in sbt using `libraryDependencies += ...` "org.scalaz.stream" %% "scalaz-stream" % "0.8.6a" "com.typesafe.akka" %% "akka-actor" % "2.4.12" "com.typesafe.akka" %% "akka-stream" % "2.4.12" + "org.typelevel" %% "discipline" % "0.7.2" + "com.lihaoyi" %% "fastparse" % "0.4.2" Compiler plugins, add in sbt using `addCompilerPlugin(...)`: @@ -61,7 +63,7 @@ Sbt plugins. Most plugins do not need to be re-published for 2.12, but certain p "com.typesafe" % "sbt-mima-plugin" % "0.1.11" "org.tpolecat" % "tut-plugin" % "0.4.6" -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)... +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), [Coursier](https://github.com/alexarchambault/coursier/pull/374)... ### Scala 2.12.0-RC2