scalastyle / scalastyle-sbt-plugin

scalastyle-sbt-plugin
Apache License 2.0
139 stars 52 forks source link

Update sbt version to 0.13.6 #30

Closed jastice closed 10 years ago

jastice commented 10 years ago

Including this plugin in an auto-plugin somehow causes projects that include that plugin to load the older 0.13.0 sbt library, instead of the more current one configured in the plugin. This causes a compile-time error under some circumstances (see https://github.com/sbt/sbt/issues/1592). Building this plugin with 0.13.6 should solve the problem for the time being for plugins including it.

matthewfarwell commented 10 years ago

Thanks.