handlebars.scala
handlebars.scala copied to clipboard
Cross compile to 2.12.0?
Is there a plan to add support for the new Scala version? I don't mind submitting a PR to get it done (assuming it's not blocked), but would like to know that it would get released.
:)
This would be cool, any plans on that?
I went ahead and sent PR #74 to cross-compile to 2.12. I really need this myself (this dependency is the final one keeping me from upgrading to 2.12), hope we can move forward with this.
As a workaround I use this fork for now: https://github.com/daviddenton/handlebars.scala
Hi, @haakonn has kindly put in a PR for this. Is there anybody with merge privs that can merge that PR in please?
Any updates on this? I'm blocked by it as well and am going to end up using the fork.
It looks like there are at least two open PRs addressing this (#74 and #79); @mwunsch what would it take to get one of those merged?
Alternatively, if this project is now abandoned/unmaintained and this is not ever going to happen (which I suspect might be the case), could you let us know @mwunsch?
I'd be happy to open a PR to update the README with a note mentioning that and referring people to the fork (if that sounds reasonable).
@mkantor if you want to do the PR work of upgrading my fork to support 2.12 then I'll look at releasing it. I'm not sure what it will take in terms of SBT shenanigans though... :)
work of upgrading my fork to support 2.12
@daviddenton Hmm, based on @gaydenko's comment and the artifacts in Maven Central, I thought that your fork was already compatible with 2.12 (but admittedly I haven't tried it yet). What's left to do?
Also let me know if you'd prefer to take this discussion elsewhere; I'm happy to chat via whatever medium is most convenient for you.
@mkantor lol. Looks like you're right! I admit that I totally forgot publishing this for 2.12 (it was a while ago). If anyone else wants to grab the reins of this fork then please speak up, since I'm not currently working on any Scala projects so I probably won't be paying attention when 2.13 comes around.