Skip to content

Commit

Permalink
Updated to use non-snapshot dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rsenden committed Mar 25, 2020
1 parent e0b4222 commit 0753635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ configurations.all {
}

dependencies {
compileExport(group: 'com.fortify.ssc.parser.util', name: 'fortify-ssc-parser-util', version:'1.1-SNAPSHOT', changing: true) { transitive = true }
compileExport(group: 'com.fortify.ssc.parser.util', name: 'fortify-ssc-parser-util', version:'1.1', changing: false) { transitive = true }
}

task dist(type: Zip) {
Expand Down

0 comments on commit 0753635

Please sign in to comment.