-
Notifications
You must be signed in to change notification settings - Fork 81
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
Bump to 2.13.4 and make sure CI is testing correct cross versions #426
Conversation
Looks like most errors come from line changes, so should be enough to just adjust them. |
f118403
to
366e1f3
Compare
|error: dep-error.md:3:13: Error downloading org.scalameta:mmunit_2.13:2.3.4 | ||
|<redacted user.home> | ||
| not found: https://repo1.maven.org/maven2/org/scalameta/mmunit_2.13/2.3.4/mmunit_2.13-2.3.4.pom | ||
|import $dep.`org.scalameta::mmunit:2.3.4`, $dep.`org.scalameta:foobar:1.2.1` | ||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|error: dep-error.md:4:13: Error downloading org.scalameta:not-exists_2.13.4:2.3.4 |
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.
I'm not 100% sure why the order flips here between 2.13.2 and 2.13.4 🤔
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.
I think it's ok, the order should not matter here.
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.
LGTM!
|error: dep-error.md:3:13: Error downloading org.scalameta:mmunit_2.13:2.3.4 | ||
|<redacted user.home> | ||
| not found: https://repo1.maven.org/maven2/org/scalameta/mmunit_2.13/2.3.4/mmunit_2.13-2.3.4.pom | ||
|import $dep.`org.scalameta::mmunit:2.3.4`, $dep.`org.scalameta:foobar:1.2.1` | ||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|error: dep-error.md:4:13: Error downloading org.scalameta:not-exists_2.13.4:2.3.4 |
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.
I think it's ok, the order should not matter here.
No description provided.