Skip to content

Commit f15d57c

Browse files
committed
Bump Nextflow 25.10.0
1 parent 1fa0dc1 commit f15d57c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ configurations {
3434
}
3535

3636
dependencies {
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')

0 commit comments

Comments
 (0)