Skip to content

Commit 9a29ff6

Browse files
authored
Update projects-2.12.md
1 parent fd21c96 commit 9a29ff6

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
@@ -43,6 +43,7 @@ Other libraries, add in sbt using `libraryDependencies += ...`
4343
"com.softwaremill.macwire" %% "macros" % "2.2.5"
4444
"org.json4s" %% "json4s-native" % "3.4.2"
4545
"org.squeryl" %% "squeryl" % "0.9.7"
46+
"eu.timepit" %% "refined" % "0.6.0"
4647

4748
Compiler plugins, add in sbt using `addCompilerPlugin(...)`:
4849

@@ -56,7 +57,7 @@ Sbt plugins. Most plugins do not need to be re-published for 2.12, but certain p
5657
"com.typesafe" % "sbt-mima-plugin" % "0.1.11"
5758
"org.tpolecat" % "tut-plugin" % "0.4.6"
5859

59-
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), [Refined](https://github.com/fthomas/refined/issues/214), [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)...
60+
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)...
6061

6162
### Scala 2.12.0-RC2
6263

0 commit comments

Comments
 (0)