Skip to content

Commit 7066850

Browse files
committed
Bump nf-lang 25.04.4
1 parent 87e0c27 commit 7066850

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ test {
2727
}
2828

2929
dependencies {
30-
implementation 'io.nextflow:nf-lang:25.04.2'
31-
implementation 'org.apache.groovy:groovy:4.0.26'
32-
implementation 'org.apache.groovy:groovy-json:4.0.26'
30+
implementation 'io.nextflow:nf-lang:25.04.4'
31+
implementation 'org.apache.groovy:groovy:4.0.27'
32+
implementation 'org.apache.groovy:groovy-json:4.0.27'
3333
implementation 'org.eclipse.lsp4j:org.eclipse.lsp4j:0.23.0'
3434
implementation 'org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc:0.23.0'
3535

3636
// runtime dependencies for Nextflow scripts
37-
runtimeOnly 'org.apache.groovy:groovy-templates:4.0.26'
37+
runtimeOnly 'org.apache.groovy:groovy-templates:4.0.27'
3838
runtimeOnly 'org.yaml:snakeyaml:2.2'
3939

4040
testImplementation ('org.objenesis:objenesis:3.4')

0 commit comments

Comments
 (0)