Skip to content

Commit

Permalink
Release 6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sughics authored Jun 29, 2023
1 parent 810d29f commit a0af50b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ext {
}
}
// version updated to match biocache-hubs
version "6.0.1"
version "6.0.2"
group "au.org.ala"

apply plugin:"eclipse"
Expand Down Expand Up @@ -129,7 +129,7 @@ dependencies {
//compile "org.grails.plugins:ala-admin-plugin:2.2", noCache

if (!inplace) {
implementation "au.org.ala.plugins.grails:biocache-hubs:6.0.1", noCache
implementation "au.org.ala.plugins.grails:biocache-hubs:6.0.2", noCache
implementation "au.org.ala.plugins.grails:downloads-plugin:4.0.0", noCache
implementation "org.grails.plugins:ala-bootstrap3:4.1.0", {
exclude group: 'au.org.ala', module: 'ala-cas-client'
Expand Down

0 comments on commit a0af50b

Please sign in to comment.