Closed anfuerer closed 11 years ago
I noticed that there is another snapshot build:
val playSalat = "se.radley" % "play-plugins-salat_2.10" % "1.2"
However, this is not in Typesafe Snapshot repo, but in another Typesafe repo. I had to add it to the resolvers:
// play-salat-plugin
resolvers += "Typesafe Repository 2" at "http://repo.typesafe.com/typesafe/repo/"
Questions:
Version 1.3.0 has been released that doesn't rely on a snapshot build of salat. try it out!
we just updated our project to 1.3.0. thx a lot for the release
I'm using the 1.2 snapshot build
I assumed, this snapshot build already works with Play 2.1. But I get the following exception:
Does this snapshot build not yet support Play 2.1??