sbt-elastic-beanstalk
sbt-elastic-beanstalk copied to clipboard
Specify correct plugin name in readme
I got an error when using
enablePlugins(ElasticBeanstalk)
in build.sbt, as specified in the readme Believe it should be
enablePlugins(ElasticBeanstalkPlugin)
This fixed allowed my build to run
This fixed my build also