projectglow / glow

An open-source toolkit for large-scale genomic analysis
https://projectglow.io
Apache License 2.0
262 stars 106 forks source link

Update sbt-scalafmt to 2.5.2 #591

Closed scala-steward-projectglow[bot] closed 4 months ago

scala-steward-projectglow[bot] commented 4 months ago

About this PR

πŸ“¦ Updates org.scalameta:sbt-scalafmt from 2.0.0 to 2.5.2

πŸ“œ 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!

πŸ” Files still referring to the old version number The following files still refer to the old version number (2.0.0). You might want to review and update them manually. ``` .scalafmt.conf build.sbt docs/source/_static/notebooks/0_setup_constants_glow.html docs/source/_static/notebooks/etl/10_liftOver.html docs/source/_static/notebooks/etl/1_simulate_covariates_phenotypes_offset.html docs/source/_static/notebooks/etl/2_simulate_delta_pvcf.html docs/source/_static/notebooks/etl/3_delta_to_vcf.html docs/source/_static/notebooks/etl/6_explode_variant_dataframe.html docs/source/_static/notebooks/etl/7_etl_gff_annotations.html docs/source/_static/notebooks/etl/8_create_database_for_querying.html docs/source/_static/notebooks/etl/9_query_variant_db.html docs/source/_static/notebooks/etl/python/functions.html docs/source/_static/notebooks/etl/sample-qc-demo.html docs/source/_static/notebooks/etl/splitmultiallelics-transformer.html docs/source/_static/notebooks/etl/variant-data.html docs/source/_static/notebooks/etl/variant-qc-demo.html docs/source/_static/notebooks/tertiary/0_ingest_vcf2delta.html docs/source/_static/notebooks/tertiary/1_quality_control.html docs/source/_static/notebooks/tertiary/2_quantitative_glowgr.html docs/source/_static/notebooks/tertiary/3_linear_gwas_glow.html docs/source/_static/notebooks/tertiary/4_binary_glowgr.html docs/source/_static/notebooks/tertiary/5_logistic_gwas_glow.html docs/source/_static/notebooks/tertiary/8_pipeline_runs_comparison.html docs/source/_static/notebooks/tertiary/pandas-lmm.html docs/source/_static/notebooks/tertiary/parallel_bcftools_filter.html docs/source/_static/notebooks/tertiary/pipe-transformer-plink.html docs/source/_static/notebooks/tertiary/pipe-transformer-vep.html docs/source/_static/notebooks/tertiary/pipe-transformer.html python/version.py stable-version.txt version.sbt ```
βš™ Adjust future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.scalameta", artifactId = "sbt-scalafmt" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scalameta", artifactId = "sbt-scalafmt" } }] ```

labels: sbt-plugin-update, early-semver-minor, semver-spec-minor, old-version-remains, commit-count:1