Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mfleisch committed Nov 3, 2022
1 parent af029d7 commit c27dff3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion sirius_cli/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apply plugin: 'java-library'
dependencies {
// api group: 'org.slf4j', name: 'slf4j-jdk14', version: "$slf4j_version" //todo this should not be here but is needed for the ide
api group: 'org.slf4j', name: 'slf4j-jdk14', version: "$slf4j_version" //todo this should not be here but is needed for the ide
api "info.picocli:picocli:$picocli_version"
//internal
api group: "de.unijena.bioinf.ms", name: "gibbs_sampling", version: "$siriusVersion"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#here you can provide properties that may be needed during build- AND during runtime and should not be editable by the user at runtime
de.unijena.bioinf.siriusFrontend.version=5.6.1
de.unijena.bioinf.sirius.version=4.12.8
de.unijena.bioinf.fingerid.version=2.6.8
de.unijena.bioinf.siriusFrontend.version=5.6.2
de.unijena.bioinf.sirius.version=4.12.9
de.unijena.bioinf.fingerid.version=2.6.9
#

de.unijena.bioinf.sirius.http.maxTotal = 7
Expand Down

0 comments on commit c27dff3

Please sign in to comment.