-
Notifications
You must be signed in to change notification settings - Fork 103
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
Switch to com.github.sbt #205
Conversation
@SethTisue 1.0.2 was published with groupId |
Preparing scala-steward for the switch already: scala-steward-org/scala-steward#2545 |
organization := "com.typesafe.sbt" | ||
sonatypeProfileName := "com.typesafe" | ||
organization := "com.github.sbt" | ||
sonatypeProfileName := "com.github.sbt" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(if the sonatype profile name is equal to the organization I don't think it needs to be specified explicitly - but can't hurt)
I guess you mean https://oss.sonatype.org/content/repositories/snapshots/com/github/sbt/ - but I don't think we publish snapshots from master automatically. That's a good idea though - added #208 |
Fixes #198
I think it could be that after merging this pull request we already see a snapshot here: https://oss.sonatype.org/content/repositories/snapshots/com/typesafe/sbt/