giovannicandido / generator-spring-spa

Best practices and production quality to start with a modern FrontEnd in AngularJS 2 or Aurelia, backend by Java Spring Boot Framework
MIT License
7 stars 4 forks source link

Slick generator creates invalid build.gradle #22

Open giovannicandido opened 7 years ago

giovannicandido commented 7 years ago

The compile references need " no ' because of $scalaV variable

Correct:

"com.typesafe.play:play-json$scalaV:2.5.9"

Wrong:

'com.typesafe.play:play-json$scalaV:2.5.9'