ing-bank / scruid

Scala + Druid: Scruid. A library that allows you to compose queries in Scala, and parse the result back into typesafe classes.
Apache License 2.0
115 stars 29 forks source link

When will the maven dependency for the 2.2.1-SNAPSHOT version be published? #76

Closed utk14 closed 4 years ago

bjgbeelen commented 4 years ago

We’re still working on some open PRs, I think it makes sense to await those to be merged before doing a new release. Hang in there 🙂

If you are really in a hurry you could always do a publish-local of the current master branch and use that jar in the meantime

Fokko commented 4 years ago

Like Bas mentioned, we don't publish any snapshot releases. You can easily publish it locally using sbt publishLocal. More info here: https://www.scala-sbt.org/1.x/docs/Publishing.html#Publishing+Locally