bizzabo / diff

Visually compare Scala data structures with out of the box support for arbitrary case classes.
Other
177 stars 17 forks source link

Release for Scala 2.12.0 #22

Open turbolent opened 7 years ago

turbolent commented 7 years ago

Now that Scala 2.12.0 has been released, would it be possible to release a build of diff 1.2.0 for it? Thanks!

swsnr commented 7 years ago

I would also appreciate a 2.12 build of this library. Can we perhaps help with that?

turbolent commented 7 years ago

After I tried to upgrade to 2.12 using cbt used here and having no luck, I just forked the project and migrated to sbt here: https://github.com/turbolent/xdotai-diff. I hope this is just a temporary measure and we can still get a official release at some point.

krivachy commented 7 years ago

@turbolent did you publish the forked version somewhere?

turbolent commented 7 years ago

Yes, I'm publishing my packages in https://github.com/turbolent/mvn-repo

You can use it in sbt by adding it as a resolver:

resolvers += "turbolent" at "https://raw.githubusercontent.com/turbolent/mvn-repo/master/"
acjay commented 7 years ago

Thanks @turbolent! NB for everyone else: use the dependency string "com.turbolent" %% "xdotai-diff" % "1.3.0" for the workaround.

acjay commented 7 years ago

Also, @turbolent, would you consider publishing your fork to Maven Central, now that it's been 6 months?

oscar-stripe commented 6 years ago

Is this repo dead? If we want to use, should we fork?

acjay commented 6 years ago

At this point, I think it's safe to assume this is abandoned and it's on whomever cares the most to maintain it going forward.

cvogt commented 6 years ago

Hi guys. Sorry for the late response. I don't have much time to focus on this right now. Would be happy to give this up for adoption. Chris