Skip to content

Commit

Permalink
Upgrade Batmass-IO to 1.33.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fcyu committed May 29, 2024
1 parent 0a32b33 commit 28cd415
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ sourceSets {

dependencies {
implementation 'org.apache.commons:commons-math3:3.6.1'
implementation files("lib/batmass-io-1.33.3.jar")
implementation files("lib/batmass-io-1.33.4.jar")
// https://mvnrepository.com/artifact/org.apache.commons/commons-math3
implementation group: 'org.apache.commons', name: 'commons-math3', version: '3.0'

Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/batmass-io-1.33.3.pom → lib/batmass-io-1.33.4.pom
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.chhh</groupId>
<artifactId>batmass-io</artifactId>
<version>1.33.3</version>
<version>1.33.4</version>
<dependencies>
<dependency>
<groupId>com.google.guava</groupId>
Expand Down

0 comments on commit 28cd415

Please sign in to comment.