ohnosequences / nice-sbt-settings

sbt plugin with common settings for all era7/ohnosequences releases
GNU Affero General Public License v3.0
10 stars 2 forks source link

name for release-only test tag wrong #50

Closed eparejatobes closed 8 years ago

eparejatobes commented 8 years ago

You get this:

package sbt.SettingKey$$anon$4@735db6aa

case object ReleaseOnlyTest
  extends org.scalatest.Tag(sbt.SettingKey$$anon$4@735db6aa.ReleaseOnlyTest)

In the sbt console releaseOnlyTestTagPackage is OK, but it looks like the source generator does not work.

eparejatobes commented 8 years ago

Tested on other project, this looks to be working now. LGTM