Awesome!
Will Play 2.1.1 be based on Scala 2.10.1?
Peter
--
You received this message because you are subscribed to the Google Groups "play-framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email to play-framewor...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
addSbtPlugin("play" % "sbt-plugin" % "2.1.1-RC1")
Is it correct to put the following into plugins.sbt:addSbtPlugin("play" % "sbt-plugin" % "2.1.1-RC1")
Play 2.1.1 is compiled against Scala 2.10.0, but runs just fine with Scala 2.10.1, just set scalaVersion := "2.10.1" in your build settings. playframework.com is actually currently running on 2.1.1-RC1 with Scala 2.10.1.