Skip to content

Commit e6402db

Browse files
authored
Merge pull request #3401 from nvnieuwk/update-nf-schema
update nf-schema version
2 parents 7fa5d5b + e62a94b commit e6402db

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
### Template
66

7+
- Bump nf-schema to 2.3.0 ([#3401])(https://github.com/nf-core/tools/pull/3401)
8+
79
### Download
810

911
- Allow `nf-core pipelines download -r` to download commits ([#3374](https://github.com/nf-core/tools/pull/3374))

nf_core/pipeline-template/nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ manifest {
295295
{% if nf_schema -%}
296296
// Nextflow plugins
297297
plugins {
298-
id 'nf-schema@2.1.1' // Validation of pipeline parameters and creation of an input channel from a sample sheet
298+
id 'nf-schema@2.3.0' // Validation of pipeline parameters and creation of an input channel from a sample sheet
299299
}
300300

301301
validation {

0 commit comments

Comments
 (0)