Skip to content

Commit

Permalink
fix(deps): update dependency com.quiltdata:quiltcore to v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 24, 2024
1 parent b8fce6e commit 5699e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/nf-quilt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ sourceSets {
dependencies {
def nextflowVersion = rootProject.file('VERSION').text.trim()
// quiltcore
implementation 'com.quiltdata:quiltcore:0.1.6'
implementation 'com.quiltdata:quiltcore:0.1.7'

// This dependency is exported to consumers, that is to say found on their compile classpath.
compileOnly "io.nextflow:nextflow:$nextflowVersion"
Expand Down

0 comments on commit 5699e2a

Please sign in to comment.