Skip to content

Commit

Permalink
fix(deps): update dependency black.ninia:jep to v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 26, 2024
1 parent 7deb89b commit 676373a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions plugins/nf-quilt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ dependencies {
compileOnly 'org.pf4j:pf4j:3.10.0'
// add here plugins depepencies
compileOnly 'org.slf4j:slf4j-simple:2.0.9'
compileOnly 'black.ninia:jep:4.1.1'
runtime 'black.ninia:jep:4.1.1'
compileOnly 'black.ninia:jep:4.2.0'
runtime 'black.ninia:jep:4.2.0'
runtimeOnly 'org.junit.platform:junit-platform-launcher:1.10.0'
implementation 'black.ninia:jep:4.1.1'
testImplementation 'black.ninia:jep:4.1.1'
implementation 'black.ninia:jep:4.2.0'
testImplementation 'black.ninia:jep:4.2.0'
//testImplementation(testFixtures('black.ninia:jep:4.0.3'))

// test configuration
Expand Down

0 comments on commit 676373a

Please sign in to comment.