Skip to content

Commit

Permalink
Remove -SNAPSHOT dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
charvolant committed Apr 20, 2022
1 parent 54ba147 commit 96f48ed
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 @@ -65,7 +65,7 @@ dependencies {
exclude group: 'com.google.guava', module: 'guava'
}
compile "com.google.guava:guava:19.0"
compile group: "au.org.ala", name: "ala-name-matching-model", version:"4.1-SNAPSHOT", changing: true
compile group: "au.org.ala", name: "ala-name-matching-model", version:"4.1"
compile "org.jsoup:jsoup:1.8.3"
compile 'org.grails.plugins:external-config:1.1.1'

Expand Down

0 comments on commit 96f48ed

Please sign in to comment.