eltimn / sbt-frontend

SBT version of frontend-maven-plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README would benefit by including `Resolver` specification

metasim opened this issue · comments

Plugin isn't found in the default resolvers. Looks like this should do this trick:

resolvers += Resolver.bintrayIvyRepo("eltimn", "sbt-plugins")

Also looks like 0.1.1 is the latest release, not 0.1.0.

I updated the version on the readme and this is now in the community plugins, so the resolver is not needed anymore.