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

Update sbt to 1.8.1 #443

Closed
wants to merge 1 commit into from
Closed

Conversation

typelevel-steward[bot]
Copy link
Contributor

Updates org.scala-sbt:sbt from 1.6.2 to 1.8.1.
GitHub Release Notes - Version Diff

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

Adjust future updates

Add this to your .scala-steward.conf file to ignore future updates of this dependency:

updates.ignore = [ { groupId = "org.scala-sbt", artifactId = "sbt" } ]

Or, add this to slow down future updates of this dependency:

dependencyOverrides = [{
  pullRequests = { frequency = "@monthly" },
  dependency = { groupId = "org.scala-sbt", artifactId = "sbt" }
}]

labels: library-update, early-semver-minor, semver-spec-minor, commit-count:1

@typelevel-steward typelevel-steward bot mentioned this pull request Jan 4, 2023
@mergify mergify bot requested a review from armanbilge January 4, 2023 01:58
@satorg
Copy link
Contributor

satorg commented Jan 4, 2023

From the CI:

[error] There are files without headers!
[error]   /home/runner/work/sbt-typelevel/sbt-typelevel/core/src/main/scala/org/typelevel/sbt/TypelevelPlugin.scala
[error] There are files without headers!
[error]   /home/runner/work/sbt-typelevel/sbt-typelevel/sonatype/src/main/scala/org/typelevel/sbt/TypelevelSonatypePlugin.scala
[error]   /home/runner/work/sbt-typelevel/sbt-typelevel/sonatype/src/main/scala/org/typelevel/sbt/TypelevelUnidocPlugin.scala

That looks weird to me: how come we got those errors simply after the SBT version update?

@armanbilge
Copy link
Member

That looks weird to me: how come we got those errors simply after the SBT version update?

Heh, it's just the new year, not the sbt update :) I must have forgotten to set the start year.

@typelevel-steward
Copy link
Contributor Author

Superseded by #445.

@typelevel-steward typelevel-steward bot closed this Jan 5, 2023
@typelevel-steward typelevel-steward bot deleted the update/sbt-1.8.1 branch January 5, 2023 08:44
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

Successfully merging this pull request may close these issues.

2 participants