@@ -34,7 +34,7 @@ configurations {
3434}
3535
3636dependencies {
37- implementation ' io.nextflow:nf-lang:26.02 .0-edge'
37+ implementation ' io.nextflow:nf-lang:26.03 .0-edge'
3838 implementation ' org.apache.groovy:groovy:4.0.30'
3939 implementation ' org.apache.groovy:groovy-json:4.0.30'
4040 implementation ' org.apache.groovy:groovy-yaml:4.0.30'
@@ -46,13 +46,14 @@ dependencies {
4646 runtimeOnly ' org.yaml:snakeyaml:2.2'
4747
4848 // include Nextflow runtime at build-time to extract language definitions
49- nextflowRuntime ' io.nextflow:nextflow:26.02.0-edge'
50- nextflowRuntime ' io.nextflow:nf-amazon:3.7.1'
51- nextflowRuntime ' io.nextflow:nf-azure:1.22.0'
52- nextflowRuntime ' io.nextflow:nf-google:1.26.1'
53- nextflowRuntime ' io.nextflow:nf-k8s:1.5.0'
54- nextflowRuntime ' io.nextflow:nf-tower:1.21.0'
55- nextflowRuntime ' io.nextflow:nf-wave:1.18.0'
49+ nextflowRuntime ' io.nextflow:nextflow:26.03.0-edge'
50+ nextflowRuntime ' io.nextflow:nf-amazon:3.8.0'
51+ nextflowRuntime ' io.nextflow:nf-azure:1.22.1'
52+ nextflowRuntime ' io.nextflow:nf-google:1.27.0'
53+ nextflowRuntime ' io.nextflow:nf-k8s:1.5.1'
54+ nextflowRuntime ' io.nextflow:nf-seqera:0.16.0'
55+ nextflowRuntime ' io.nextflow:nf-tower:1.22.0'
56+ nextflowRuntime ' io.nextflow:nf-wave:1.19.0'
5657
5758 testImplementation (' org.objenesis:objenesis:3.4' )
5859 testImplementation (' net.bytebuddy:byte-buddy:1.14.17' )
0 commit comments