tuplejump / play-yeoman

Play + Yeoman integration sbt and play plugins
Apache License 2.0
238 stars 57 forks source link

Typo in documentation: Yeoman.yeomanSettings -> Yeoman.projectSettings #96

Open pzajac opened 8 years ago

pzajac commented 8 years ago

Hi, when I was migrating to PlayFramework 2.5. I found mistake in :

Using >= 0.9.0 (auto-plugin)

val appSettings = Seq(version := appVersion, libraryDependencies ++= appDependencies) ++ Yeoman.yeomanSettings

I replaced the Yeoman.yeomanSettings with Yeoman.projectSettings,

Petr