Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't find Scala 2.13 packages #151

Open
joar opened this issue Oct 3, 2019 · 8 comments
Open

Can't find Scala 2.13 packages #151

joar opened this issue Oct 3, 2019 · 8 comments

Comments

@joar
Copy link

joar commented Oct 3, 2019

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

@fsw0422
Copy link

fsw0422 commented Dec 14, 2019

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!

@jan-pieter
Copy link

I see that #156 has been merged but no new version has been released. Any change you will be able to draft a new release? Thanks!

@simonsouter
Copy link
Contributor

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

@jan-pieter
Copy link

@simonsouter Any update on this? Thanks!

@ocoulson
Copy link

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

@nightscape
Copy link

@simonsouter bump 😉

@regiskuckaertz
Copy link

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

@glorat
Copy link
Contributor

glorat commented Aug 16, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants