--
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/d/optout.
Btw, can you tell me how to determine the current versions of the various sbt plugins (sbt-web et al)? The template uses variables such as "%LESS_VERSION%", how are these variable substituted anyway?
--
Oh, this is template for Activator and varibles are placeholders in which place Activator substitues actual plugin versions. So, just write something instead those variables :)
But still, how do I determine the current versions of the different plugins (sbt-web and so on)?Also, when trying to run the application, I get a bunch of other unresolved dependencies:[error] (*:update) sbt.ResolveException: unresolved dependency: com.typesafe.play#build-link;2.3.1: not found[error] unresolved dependency: com.typesafe.play#play-exceptions;2.3.1: not found[error] unresolved dependency: com.typesafe.play#routes-compiler_2.10;2.3.1: not found[error] unresolved dependency: com.typesafe#jse_2.10;1.0.0: not found[error] unresolved dependency: com.typesafe#npm_2.10;1.0.0: not found[error] unresolved dependency: com.typesafe#webdriver_2.10;1.0.0: not found[error] unresolved dependency: com.typesafe#jstranspiler;1.0.0: not foundWhat gives?
Arve
--