Skip to content

Commit

Permalink
update batmass-io to 1.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dpolasky committed May 10, 2024
1 parent 6ebfa73 commit 2c17a37
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 163 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def slf4jVersion = '1.7.26'

dependencies {
implementation 'org.apache.commons:commons-math3:3.6.1'
implementation ('com.github.chhh:batmass-io:1.32.5') {
implementation ('com.github.chhh:batmass-io:1.33.0') {
exclude group: 'org.slf4j', module: 'slf4j-api'
}
// https://mvnrepository.com/artifact/org.apache.commons/commons-math3
Expand Down
Binary file removed lib/batmass-io-1.32.4.jar
Binary file not shown.
157 changes: 0 additions & 157 deletions lib/batmass-io-1.32.5.pom

This file was deleted.

Binary file not shown.
6 changes: 1 addition & 5 deletions lib/batmass-io-1.32.4.pom → lib/batmass-io-1.33.0.pom
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.chhh</groupId>
<artifactId>batmass-io</artifactId>
<<<<<<<< HEAD:lib/batmass-io-1.32.4.pom
<version>1.32.4</version>
========
<version>1.32.5</version>
>>>>>>>> f4a9a78 (switch to using batmass-io for glycan parsing):lib/batmass-io-1.32.5.pom
<version>1.33.0</version>
<dependencies>
<dependency>
<groupId>com.google.guava</groupId>
Expand Down

0 comments on commit 2c17a37

Please sign in to comment.