File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ configurations {
3434}
3535
3636dependencies {
37- implementation ' io.nextflow:nf-lang:25.09.2-edge '
37+ implementation ' io.nextflow:nf-lang:25.10.0 '
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,12 +46,12 @@ 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.2-edge '
50- nextflowRuntime ' io.nextflow:nf-amazon:3.4.0 '
49+ nextflowRuntime ' io.nextflow:nextflow:25.10.0 '
50+ nextflowRuntime ' io.nextflow:nf-amazon:3.4.1 '
5151 nextflowRuntime ' io.nextflow:nf-azure:1.20.2'
52- nextflowRuntime ' io.nextflow:nf-google:1.23.2 '
52+ nextflowRuntime ' io.nextflow:nf-google:1.23.3 '
5353 nextflowRuntime ' io.nextflow:nf-k8s:1.2.2'
54- nextflowRuntime ' io.nextflow:nf-tower:1.17.0 '
54+ nextflowRuntime ' io.nextflow:nf-tower:1.17.1 '
5555 nextflowRuntime ' io.nextflow:nf-wave:1.16.1'
5656
5757 testImplementation (' org.objenesis:objenesis:3.4' )
You can’t perform that action at this time.
0 commit comments