sbt-elastic-beanstalk icon indicating copy to clipboard operation
sbt-elastic-beanstalk copied to clipboard

Specify correct plugin name in readme

Open mckinley-olsen-oc opened this issue 9 years ago • 2 comments

I got an error when using

enablePlugins(ElasticBeanstalk)

in build.sbt, as specified in the readme Believe it should be

enablePlugins(ElasticBeanstalkPlugin)

mckinley-olsen-oc avatar Feb 17 '16 00:02 mckinley-olsen-oc

This fixed allowed my build to run

lewissk avatar Feb 06 '17 12:02 lewissk

This fixed my build also

tpaskett avatar Apr 03 '17 17:04 tpaskett