scala-faker icon indicating copy to clipboard operation
scala-faker copied to clipboard

Release builds for Scala 2.12

Open DJFliX opened this issue 7 years ago • 4 comments

Hi! I'm currently upgrading my application and one of the dependencies that does not yet have published artifacts for Scala 2.12 is your scala-faker. Could you release a build for 2.12 please?

DJFliX avatar May 26 '17 12:05 DJFliX

+1

Uxio0 avatar Jun 27 '17 07:06 Uxio0

Because apparently this isn't of any priority to the original author, I've published this package to my own repo based on the fork/pull request by Eldius: . Hope someone finds it useful.

Repo: "qwiksense-misc" at "https://packagecloud.io/priv/e42a90b412b22c1f4da033ec92b8df822c7e137f25274573/qwiksense/misc/maven2", // scala-faker Package name: "se.qwiksen" %% "scala-faker" % "0.5-QWIKSENSE" % Test

DJFliX avatar Sep 19 '17 13:09 DJFliX

Agreed, it seems the original author doesn't have time to maintain this repo. I found the faker gem very useful in my ruby jobs so I'd like to see it continue to be useful in scala land.

I've merged all the outstanding PRs (#4, #6, #8, #9) to a fork at bitblitconsulting and done some general updating to the build to bring it from sbt-0.12 to sbt-0.13 standards.

I've also cut a 0.4 release and published on sonatype/maven central: "it.bitbl" %% "scala-faker" % "0.4" % Test

Ruby's faker has undergone a lot of developent since this repo was last maintained; my intention is to bring the new categories of fakes over here too - contributions and pull requests will be gladly accepted!

j1mr10rd4n avatar Oct 17 '17 04:10 j1mr10rd4n

+1

alvarolorentedev avatar Oct 30 '17 11:10 alvarolorentedev