Skip to content

Commit

Permalink
Bump Grengine 3.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
Signed-off-by: Niklas Schandry <niklas@bio.lmu.de>
  • Loading branch information
pditommaso authored and nschan committed Feb 12, 2024
1 parent aa2c570 commit 80b4f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nextflow/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
api "ch.qos.logback:logback-classic:1.4.12"
api "ch.qos.logback:logback-core:1.4.12"
api "org.codehaus.gpars:gpars:1.2.1"
api("ch.artecat.grengine:grengine:3.0.0") { exclude group: 'org.codehaus.groovy' }
api("ch.artecat.grengine:grengine:3.0.2") { exclude group: 'org.codehaus.groovy' }
api "commons-lang:commons-lang:2.6"
api "commons-codec:commons-codec:1.15"
api "commons-io:commons-io:2.11.0"
Expand Down

0 comments on commit 80b4f2a

Please sign in to comment.