|
| 1 | +### Available Projects for Scala 2.11 |
| 2 | + |
| 3 | +The following Scala projects have been released against Scala 2.11. See also: |
| 4 | +* [@jrudolph](https://github.com/jrudolph)'s list of [library versions for Scala 2.11](https://gist.github.com/jrudolph/7a323f5e2820d8479b18). |
| 5 | +* The "[Awesome Scala](https://github.com/lauris/awesome-scala)" list of libraries and frameworks, maintained by [@lauris](https://github.com/lauris). |
| 6 | + |
| 7 | +We'd love to include your release in this list as soon as it's available -- please submit a PR to update [this list](https://github.com/scala/make-release-notes/blob/2.11.x/projects-2.11.md). |
| 8 | + |
| 9 | + "org.scalacheck" %% "scalacheck" % "1.11.4" |
| 10 | + "org.scalatest" %% "scalatest" % "2.1.7" |
| 11 | + "org.scalautils" %% "scalautils" % "2.1.3" |
| 12 | + "com.typesafe.akka" %% "akka-actor" % "2.3.2" |
| 13 | + "com.typesafe.scala-logging" %% "scala-logging-slf4j" % "2.1.2" |
| 14 | + "org.scala-lang.modules" %% "scala-async" % "0.9.1" |
| 15 | + "org.scalikejdbc" %% "scalikejdbc-interpolation" % "2.0.0-beta1" |
| 16 | + "com.softwaremill.scalamacrodebug" %% "macros" % "0.4" |
| 17 | + "com.softwaremill.macwire" %% "macros" % "0.6" |
| 18 | + "com.chuusai" %% "shapeless" % "1.2.4" |
| 19 | + "com.chuusai" %% "shapeless" % "2.0.0" |
| 20 | + "org.nalloc" %% "optional" % "0.1.0" |
| 21 | + "org.scalaz" %% "scalaz-core" % "7.0.6" |
| 22 | + "com.assembla.scala-incubator" %% "graph-core" % "1.8.1" |
| 23 | + "com.nocandysw" %% "platform-executing" % "0.5.0" |
| 24 | + "com.qifun" %% "stateless-future" % "0.1.1" |
| 25 | + "com.github.scopt" %% "scopt" % "3.2.0" |
| 26 | + "com.dongxiguo" %% "commons-continuations" % "0.2.2" |
| 27 | + "com.dongxiguo" %% "memcontinuationed" % "0.3.2" |
| 28 | + "com.dongxiguo" %% "fastring" % "0.2.4" |
| 29 | + "com.dongxiguo" %% "zero-log" % "0.3.5" |
| 30 | + "com.github.seratch" %% "ltsv4s" % "1.0.0" |
| 31 | + "com.googlecode.kiama" %% "kiama" % "1.5.3" |
| 32 | + "org.scalamock" %% "scalamock-scalatest-support" % "3.0.1" |
| 33 | + "org.scalamock" %% "scalamock-specs2-support" % "3.0.1" |
| 34 | + "com.github.nscala-time" %% "nscala-time" % "1.0.0" |
| 35 | + "com.github.xuwei-k" %% "applybuilder70" % "0.1.2" |
| 36 | + "com.github.xuwei-k" %% "nobox" % "0.1.9" |
| 37 | + "org.typelevel" %% "scodec-bits" % "1.0.0" |
| 38 | + "org.typelevel" %% "scodec-core" % "1.0.0" |
| 39 | + "com.sksamuel.scrimage" %% "scrimage" % "1.3.20" |
| 40 | + "net.databinder" %% "dispatch-http" % "0.8.10" |
| 41 | + "net.databinder" %% "unfiltered" % "0.8.0" |
| 42 | + "net.databinder" %% "unfiltered" % "0.7.1" |
| 43 | + "io.argonaut" %% "argonaut" % "6.0.4" |
| 44 | + "org.specs2" %% "specs2" % "2.3.12" |
| 45 | + "com.propensive" %% "rapture-core" % "0.9.0" |
| 46 | + "com.propensive" %% "rapture-json" % "0.9.1" |
| 47 | + "com.propensive" %% "rapture-io" % "0.9.1" |
| 48 | + "org.scala-stm" %% "scala-stm" % "0.7" |
| 49 | + "org.parboiled" %% "parboiled-scala" % "1.1.6" |
| 50 | + "io.spray" %% "spray-json" % "1.2.6" |
| 51 | + "org.scala-libs" %% "scalajpa" % "1.5" |
| 52 | + "com.casualmiracles" %% "treelog" % "1.2.3" |
| 53 | + "org.monifu" %% "monifu" % "0.6.1" |
| 54 | + "org.mongodb" %% "casbah" % "2.7.1" |
| 55 | + "com.clarifi" %% "f0" % "1.1.2" |
| 56 | + "org.scalaj" %% "scalaj-http" % "0.3.15" |
| 57 | + |
| 58 | +The following libraries are specific to the 2.11.x minor release you're using. If you depend on them, you should also cross-version fully! |
| 59 | + |
| 60 | + "org.scalamacros" % "paradise" % "2.0.0" cross CrossVersion.full |
0 commit comments