This repository has been archived by the owner on Apr 13, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 63
Link plugin to the sbt organization #71
Comments
And will also allow 4 LOC to be deleted from sbt-catalysts that still have to be duplicated in client projects, eg catalysts project |
It's a bit more complex because tut is actually two libraries: an sbt plugin, and a runtime that is added to your classpath and resolved via normal mechanisms. So we have to be sure that bit still works. |
Isn't it always 😉 Seems to work in catalysts (even if the produced product is minimal - http://inthenow.github.io/catalysts/ ) |
btw - code for generic use |
Implemented, tested and works 👍 |
fthomas
added a commit
to fthomas/cats
that referenced
this issue
Dec 15, 2015
see tpolecat/tut#71 for more info
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This will remove the need to specify the
tpolecat-sbt-plugin-releases
resolversee http://www.scala-sbt.org/0.13/docs/Bintray-For-Plugins.html#Linking+your+package+to+the+sbt+organization
The text was updated successfully, but these errors were encountered: