xxx/securesocial/samples/java/demo$ activator run
xxx/securesocial/samples/java/demo/project/plugins.sbt:11: error: not found: value Common
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % Common.playVersion)
It's the same error with the Scala sample.
I found the Common definition in securesocial/project/Common.scala, but do not know how to make it visible from securesocial/samples/java/demo/project/plugins.sbt or securesocial/samples/scala/demo/project/plugins.sbt
Hi,
Samples failt to run with master branch (https://github.com/jaliss/securesocial/commit/72d1d18050816a346aea13a6af43d6d48291cf59)
It's the same error with the Scala sample.
I found the Common definition in securesocial/project/Common.scala, but do not know how to make it visible from securesocial/samples/java/demo/project/plugins.sbt or securesocial/samples/scala/demo/project/plugins.sbt
Cheers.