scala-kafka-client icon indicating copy to clipboard operation
scala-kafka-client copied to clipboard

Can't find Scala 2.13 packages

Open joar opened this issue 5 years ago • 8 comments

sbt.librarymanagement.ResolveException: unresolved dependency: net.cakesolutions#scala-kafka-client-akka_2.13;0.11.0.0: not found

joar avatar Oct 03 '19 12:10 joar

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!

fsw0422 avatar Dec 14 '19 20:12 fsw0422

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!

jan-pieter avatar Feb 13 '20 15:02 jan-pieter

Hi jan, Ill try and push out a new one this week, thanks.

simonsouter avatar Feb 13 '20 16:02 simonsouter

@simonsouter Any update on this? Thanks!

jan-pieter avatar Mar 03 '20 10:03 jan-pieter

Hi, is there any further news on the 2.13 release?

ocoulson avatar Mar 10 '20 13:03 ocoulson

@simonsouter bump :wink:

nightscape avatar Apr 13 '20 23:04 nightscape

hi @simonsouter I hope you are well and safe - out of curiosity, are you planning on rolling out a release soon?

regiskuckaertz avatar Aug 10 '20 14:08 regiskuckaertz

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

glorat avatar Aug 16 '20 08:08 glorat