Skip to content

Commit

Permalink
Merge pull request #187 from pdowler/main
Browse files Browse the repository at this point in the history
icewind:0.10.1 update dependency
  • Loading branch information
pdowler authored Dec 17, 2024
2 parents bc2cfc1 + 22eb3aa commit f53ff6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion icewind/VERSION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## deployable containers have a semantic and build tag
# semantic version tag: major.minor[.patch]
# build version tag: timestamp
VER=0.10.0
VER=0.10.1
TAGS="${VER} ${VER}-$(date --utc +"%Y%m%dT%H%M%S")"
unset VER
2 changes: 1 addition & 1 deletion icewind/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ mainClassName = 'org.opencadc.icewind.Main'
dependencies {
implementation 'org.opencadc:cadc-util:[1.6,2.0)'
implementation 'org.opencadc:caom2:[2.4.4,2.5)'
implementation 'org.opencadc:caom2persistence:[2.4.18,2.5)'
implementation 'org.opencadc:caom2persistence:[2.4.19,2.5)'
implementation 'org.opencadc:caom2-repo:[1.4.8,1.5)'

// needed for validation
Expand Down

0 comments on commit f53ff6e

Please sign in to comment.