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-license-report to 1.7.0 #226

Closed
wants to merge 1 commit into from

Conversation

scala-steward-asf[bot]
Copy link
Contributor

@scala-steward-asf scala-steward-asf bot commented Oct 27, 2024

About this PR

πŸ“¦ Updates com.github.sbt:sbt-license-report from 1.6.1 to 1.7.0

πŸ“œ GitHub Release Notes - Version Diff

Usage

βœ… Please merge!

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 = "com.github.sbt", artifactId = "sbt-license-report" } ]

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

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "com.github.sbt", artifactId = "sbt-license-report" }
}]
labels: sbt-plugin-update, early-semver-minor, semver-spec-minor, commit-count:1

@raboof
Copy link
Member

raboof commented Oct 29, 2024

this seems like a legitimate failure:

[error] java.net.URISyntaxException: Illegal character in path at index 27: [https://github.com/rnorth/${project.artifactId}](https://github.com/rnorth/$%7Bproject.artifactId%7D)
[error] 	at java.net.URI$Parser.fail(URI.java:2847)
[error] 	at java.net.URI$Parser.checkChars(URI.java:3020)
[error] 	at java.net.URI$Parser.parseHierarchical(URI.java:3104)
[error] 	at java.net.URI$Parser.parse(URI.java:3052)
[error] 	at java.net.URI.<init>(URI.java:588)
[error] 	at sbtlicensereport.license.LicenseReport$.$anonfun$pickLicenseForDep$2(LicenseReport.scala:183)
[error] 	at scala.Option.map(Option.scala:230)
[error] 	at sbtlicensereport.license.LicenseReport$.pickLicenseForDep(LicenseReport.scala:183)
[error] 	at sbtlicensereport.license.LicenseReport$.

@scala-steward-asf scala-steward-asf bot force-pushed the update/sbt-license-report-1.7.0 branch from 034a1b6 to 7666ae3 Compare November 3, 2024 00:25
@scala-steward-asf scala-steward-asf bot force-pushed the update/sbt-license-report-1.7.0 branch from 7666ae3 to e7a1751 Compare November 10, 2024 00:24
@raboof
Copy link
Member

raboof commented Nov 11, 2024

needs sbt/sbt-license-report#145

@raboof raboof closed this Nov 11, 2024
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.

1 participant