typelead/sbt-eta

Not published for sbt 1.1.x

puffnfresh opened this issue · 2 comments

sbt 1.1.x can't retrieve this plugin because it isn't published.

I can see that the artifact specified as a cross build:

crossSbtVersions := Seq("0.13.16", "1.1.0"),

To publish all cross build artifacts you have to prefix your command with + in sbt, e.g. +publish.

Thanks for pointing this out! This plugin hasn't been touched in a long time and may not work properly with the latest Etlas. We'll have to copy some code over from the Gradle plugin because it supports pretty much everything.

We'll see if we can allocate some time within the next week to do so.

Published 0.2.0 with +publish so hopefully this should be addressed.