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

scala.jdk package isn't published #224

Closed
nrinaudo opened this issue Jun 23, 2019 · 4 comments · Fixed by #226
Closed

scala.jdk package isn't published #224

nrinaudo opened this issue Jun 23, 2019 · 4 comments · Fixed by #226
Assignees

Comments

@nrinaudo
Copy link

Steps to reproduce

Using either the artifacts published for 2.1.0, or grabbing those created by running sbt publishLocal, list the files found in the Scala 2.12 artifact.

Expected behaviour

The content of package scala.jdk should be there - it gets compiled and packaged.
Run the following commands to confirm:

  • sbt package
  • unzip -l .cross/compat212/jvm/target/scala-2.12/scala-collection-compat_2.12-0.1.0-SNAPSHOT.jar

Observed behaviour

The content of package scala.jdk is not there.

szeiger added a commit to szeiger/scala-collection-compat that referenced this issue Jun 24, 2019
- Export all our packages (fixes scala#224)
- Import the correct standard library version
  (using code from https://github.com/slick/slick/blob/master/project/Osgi.scala)
- No private packages needed
@nehaev
Copy link

nehaev commented Jun 25, 2019

2.1.1 seems to be released. But why it's not published to maven central yet? See https://repo1.maven.org/maven2/org/scala-lang/modules/scala-collection-compat_2.13/

@dwijnand
Copy link
Member

I'm getting Sonatype permissions for Maven Central, which are taking a little time.

@nehaev
Copy link

nehaev commented Jun 25, 2019

Thanks for the update @dwijnand! Good luck with getting these permissions!

@dwijnand
Copy link
Member

I got the permissions and released the Sonatype repo, so it should appear sometime soon in https://repo1.maven.org/maven2/org/scala-lang/modules/scala-collection-compat_2.12/ (and the other artefacts).

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