We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cc2344 commit b8fce6eCopy full SHA for b8fce6e
plugins/nf-quilt/build.gradle
@@ -73,7 +73,7 @@ dependencies {
73
// This dependency is exported to consumers, that is to say found on their compile classpath.
74
compileOnly "io.nextflow:nextflow:$nextflowVersion"
75
compileOnly 'org.slf4j:slf4j-api:2.1.0-alpha1'
76
- compileOnly 'org.pf4j:pf4j:3.12.0'
+ compileOnly 'org.pf4j:pf4j:3.13.0'
77
runtimeOnly 'org.junit.platform:junit-platform-launcher:1.11.4'
78
implementation 'commons-io:commons-io:2.18.0'
79
0 commit comments