Skip to content

Commit 2486596

Browse files
authored
Update projects-2.12.md
1 parent 3f8fe10 commit 2486596

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

projects-2.12.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ Other libraries, add in sbt using `libraryDependencies += ...`
5959
"com.lihaoyi" %% "fastparse" % "0.4.2"
6060
"com.lihaoyi" %% "scalatags" % "0.6.2"
6161
"org.typelevel" %% "cats" % "0.8.0"
62+
"org.typelevel" %% "catalysts" % "0.0.4"
6263

6364
Compiler plugins, add in sbt using `addCompilerPlugin(...)`:
6465

@@ -76,7 +77,7 @@ Sbt plugins. Most plugins do not need to be re-published for 2.12, but certain p
7677
"com.typesafe" % "sbt-mima-plugin" % "0.1.11"
7778
"org.tpolecat" % "tut-plugin" % "0.4.5"
7879

79-
Pending or blocked: [Play](https://github.com/playframework/playframework/issues/6110), [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), [catalysts](https://github.com/typelevel/catalysts/pull/7)...
80+
Pending or blocked: [Play](https://github.com/playframework/playframework/issues/6110), [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)...
8081

8182
### Scala 2.12.0-RC1
8283

0 commit comments

Comments
 (0)