-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sbt plugin #52
Comments
For what it's worth, I had an sbt task working but apparently it depended on the Scala 2.12 copy of |
Hey that's great! I added support for 2.12 in typo originally precisely to support this case. An sbt plugin was a logical thing to do. However, there is an easy way out. Let's say that typo itself is published for 2.12, but the resulting generated code only works for 2.13+. This is likely a 5 minute job to copy some compatibility code back in and publish 👍 |
This reverts part of #92, but only for the code generation code. the generated code will not work for 2.12
This reverts part of #92, but only for the code generation code. the generated code will not work for 2.12
I'm adding the port to 2.12 again in #127 . |
This reverts part of #92, but only for the code generation code. the generated code will not work for 2.12
This reverts part of #92, but only for the code generation code. the generated code will not work for 2.12
Hey, great! Will polish my task up and at least post a gist; obviously it needs to be converted from a task to a plugin and some thought given to its sbt API |
No description provided.
The text was updated successfully, but these errors were encountered: