Skip to content

Commit cbc0a2d

Browse files
committed
Fix nextflowVersion for nf-tower and nf-seqera plugins [ci skip]
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
1 parent f3d8de7 commit cbc0a2d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

plugins/nf-seqera/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ plugins {
2020
}
2121

2222
nextflowPlugin {
23-
nextflowVersion = '26.03.0-edge'
23+
nextflowVersion = '26.03.2-edge'
2424

2525
provider = "${nextflowPluginProvider}"
2626
description = 'Integrates with Seqera Platform for comprehensive workflow monitoring, resource tracking, and cache management capabilities'

plugins/nf-tower/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ plugins {
2020
}
2121

2222
nextflowPlugin {
23-
nextflowVersion = '26.03.0-edge'
23+
nextflowVersion = '26.03.2-edge'
2424

2525
provider = "${nextflowPluginProvider}"
2626
description = 'Integrates with Seqera Platform for comprehensive workflow monitoring, resource tracking, and cache management capabilities'

0 commit comments

Comments
 (0)