File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44 <groupId >com.nf-core</groupId >
55 <artifactId >nft-utils</artifactId >
66 <name >nft-utils</name >
7- <version >0.0.3 </version >
7+ <version >0.0.4 </version >
88 <description >nf-test plugin that adds commonly used utility functions</description >
99 <url >https://github.com/nf-core/nft-utils</url >
1010 <licenses >
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ To start using the plugin please add it to your `nf-test.config` file:
1010``` groovy title="nf-test.config"
1111config {
1212 plugins {
13- load "nft-utils@0.0.3 "
13+ load "nft-utils@0.0.4 "
1414 }
1515}
1616```
Original file line number Diff line number Diff line change 55
66 <groupId >com.nf-core</groupId >
77 <artifactId >nft-utils</artifactId >
8- <version >0.0.3 </version >
8+ <version >0.0.4 </version >
99 <packaging >jar</packaging >
1010
1111 <name >nft-utils</name >
Original file line number Diff line number Diff line change 11moduleName=nft-utils
2- moduleVersion=0.0.3
2+ moduleVersion=0.0.4
33moduleAuthors=nf-core
44extensionMethods=nf_core.nf.test.utils.Methods
You can’t perform that action at this time.
0 commit comments