Skip to content

Commit e79e0e9

Browse files
committed
Updated to use non-snapshot dependencies
1 parent dcdc10f commit e79e0e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ configurations.all {
4949
}
5050

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

5555
task dist(type: Zip) {

0 commit comments

Comments
 (0)