If our dependencies all release explicitly for 2.9.2, so will we.
Historically we get stuck waiting on lift-json, which itself has to
wait on many more dependencies as part of the larger Lift project.
Until then, using scalatra_2.9.1 on Scala 2.9.2 is perfectly safe.
You will lose the %% operator in your sbt build, but Scala releases
are forward binary compatible for the same minor version of Scala.
Note: the sbt cross build conventions have been overkill since Scala
2.8.0, which is wy many projects don't follow them. Following
Typesafe's recommendation, we abandoned this naming convention in
Scalatra 2.1.x. The same jar will work for all Scala 2.9.x releases.
--
Ross A. Baker
ba...@alumni.indiana.edu
Indianapolis, IN, USA