Skip to content

Commit dd6c4bf

Browse files
authored
Merge pull request #3577 from nf-core/update-nf-schema
2 parents 75d8c83 + f46e2e7 commit dd6c4bf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
- run nf-test tests on runsOn runners ([#3525](https://github.com/nf-core/tools/pull/3525))
1414
- Include the centralized nf-core configs also in offline mode, if a local copy is available. ([#3491](https://github.com/nf-core/tools/pull/3491))
1515
- downgrade nf-schema to fix CI tests ([#3544](https://github.com/nf-core/tools/pull/3544))
16+
- bump nf-schema back to 2.3.0 ([#3577](https://github.com/nf-core/tools/pull/3577))
1617

1718
### Linting
1819

nf_core/pipeline-template/nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ manifest {
304304
{% if nf_schema -%}
305305
// Nextflow plugins
306306
plugins {
307-
id 'nf-schema@2.2.0' // Validation of pipeline parameters and creation of an input channel from a sample sheet
307+
id 'nf-schema@2.3.0' // Validation of pipeline parameters and creation of an input channel from a sample sheet
308308
}
309309

310310
validation {

0 commit comments

Comments
 (0)