Skip to content

Commit

Permalink
update flowmultitools
Browse files Browse the repository at this point in the history
  • Loading branch information
FlowArg committed Apr 1, 2024
1 parent 86b9684 commit 13c953c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'maven-publish'
apply plugin: 'signing'

group 'fr.flowarg'
version '1.8.4'
version '1.8.5'
archivesBaseName = "flowupdater"

java {
Expand All @@ -30,7 +30,7 @@ java {

dependencies {
api 'com.google.code.gson:gson:2.10.1'
api 'fr.flowarg:flowmultitools:1.4.0'
api 'fr.flowarg:flowmultitools:1.4.1'
api 'org.jetbrains:annotations:24.1.0'

// Only for internal tests
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 13c953c

Please sign in to comment.