Skip to content

Commit 6778c90

Browse files
authored
Merge pull request #214 from larsrh/patch-1
More libraries
2 parents bf9ba32 + 87fdce6 commit 6778c90

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
@@ -48,6 +48,8 @@ Other libraries, add in sbt using `libraryDependencies += ...`
4848
"org.scalaz.stream" %% "scalaz-stream" % "0.8.6a"
4949
"com.typesafe.akka" %% "akka-actor" % "2.4.12"
5050
"com.typesafe.akka" %% "akka-stream" % "2.4.12"
51+
"org.typelevel" %% "discipline" % "0.7.2"
52+
"com.lihaoyi" %% "fastparse" % "0.4.2"
5153

5254
Compiler plugins, add in sbt using `addCompilerPlugin(...)`:
5355

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

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)...
66+
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)...
6567

6668
### Scala 2.12.0-RC2
6769

0 commit comments

Comments
 (0)