scala-kafka-client
scala-kafka-client copied to clipboard
Can't find Scala 2.13 packages
sbt.librarymanagement.ResolveException: unresolved dependency: net.cakesolutions#scala-kafka-client-akka_2.13;0.11.0.0: not found
Thanks for the hard work for Scala client guys! It'll be greater if you can release the 2.12 and 2.13 version as well!
I see that https://github.com/cakesolutions/scala-kafka-client/pull/156 has been merged but no new version has been released. Any change you will be able to draft a new release? Thanks!
Hi jan, Ill try and push out a new one this week, thanks.
@simonsouter Any update on this? Thanks!
Hi, is there any further news on the 2.13 release?
@simonsouter bump :wink:
hi @simonsouter I hope you are well and safe - out of curiosity, are you planning on rolling out a release soon?
If anyone is desperate, you can try this in your build.sbt
resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots"
libraryDependencies ++= Seq(
"net.glorat" %% "scala-kafka-client" % "2.4.0-SNAPSHOT",
"net.glorat" %% "scala-kafka-client-testkit" % "2.4.0-SNAPSHOT" % "test",
)
If enough people say they want it and have tested it, I'd be willing to do a proper publish to sonatype releases.
Don't use this in production