ScalaBlitz 1.0-M1 for Scala 2.10 has just been released! Try it out and get a colossal speedup in your existing code by using the optimize{} block!

You can add it as an SBT dependency at Sonatype OSS.

<dependency>
  <groupId>com.github.scala-blitz</groupId>
  <artifactId>scala-blitz_2.10</artifactId>
  <version>1.0-M1</version>
</dependency>

Or, in SBT:

resolvers += "Sonatype OSS Snapshots" at
  "https://oss.sonatype.org/content/repositories/snapshots"

libraryDependencies += "com.github.scala-blitz" %% "scala-blitz" % "1.0-M1"