fthomas / singleton-ops

Operations for primitive and String singleton types
Apache License 2.0
163 stars 20 forks source link

Update sbt-scalajs-crossproject to 1.3.1 #263

Closed scala-steward closed 1 year ago

scala-steward commented 1 year ago

About this PR

šŸ“¦ Updates org.portable-scala:sbt-scalajs-crossproject from 1.3.0 to 1.3.1

šŸ“œ 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 = "org.portable-scala", artifactId = "sbt-scalajs-crossproject" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.portable-scala", artifactId = "sbt-scalajs-crossproject" } }] ```

labels: sbt-plugin-update, early-semver-patch, semver-spec-patch, version-scheme:semver-spec, commit-count:1

codecov[bot] commented 1 year ago

Codecov Report

Merging #263 (2b864de) into master (ff8a412) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #263   +/-   ##
=======================================
  Coverage   88.73%   88.73%           
=======================================
  Files          18       18           
  Lines        1660     1660           
  Branches       11       11           
=======================================
  Hits         1473     1473           
  Misses        187      187           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.