scala - How to run Play with -feature? -


this how run play:

activator ~run 

i'm getting following warnings:

[warn] there 27 feature warnings; re-run -feature details 

but if run play command don't see warning details:

activator ~run -feature 

how run play -feature?

add

scalacoptions ++= seq("-feature") 

in build.sbt file.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -