@@ -34,7 +34,7 @@ configurations {
3434}
3535
3636dependencies {
37- implementation ' io.nextflow:nf-lang:25.09.1 -edge'
37+ implementation ' io.nextflow:nf-lang:25.09.2 -edge'
3838 implementation ' org.apache.groovy:groovy:4.0.28'
3939 implementation ' org.apache.groovy:groovy-json:4.0.28'
4040 implementation ' org.apache.groovy:groovy-yaml:4.0.28'
@@ -46,13 +46,13 @@ 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:25.09.1 -edge'
50- nextflowRuntime ' io.nextflow:nf-amazon:3.3 .0'
51- nextflowRuntime ' io.nextflow:nf-azure:1.20.1 '
52- nextflowRuntime ' io.nextflow:nf-google:1.23.1 '
53- nextflowRuntime ' io.nextflow:nf-k8s:1.2.1 '
54- nextflowRuntime ' io.nextflow:nf-tower:1.16 .0'
55- nextflowRuntime ' io.nextflow:nf-wave:1.16.0 '
49+ nextflowRuntime ' io.nextflow:nextflow:25.09.2 -edge'
50+ nextflowRuntime ' io.nextflow:nf-amazon:3.4 .0'
51+ nextflowRuntime ' io.nextflow:nf-azure:1.20.2 '
52+ nextflowRuntime ' io.nextflow:nf-google:1.23.2 '
53+ nextflowRuntime ' io.nextflow:nf-k8s:1.2.2 '
54+ nextflowRuntime ' io.nextflow:nf-tower:1.17 .0'
55+ nextflowRuntime ' io.nextflow:nf-wave:1.16.1 '
5656
5757 testImplementation (' org.objenesis:objenesis:3.4' )
5858 testImplementation (' net.bytebuddy:byte-buddy:1.14.17' )
0 commit comments