File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
src/com/dmtavt/fragpipe/cmd Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ distributions {
106
106
107
107
dependencies {
108
108
implementation ' com.github.albfernandez:juniversalchardet:2.4.0'
109
- compileOnly files(' tools/batmass-io-1.28.8 .jar' )
109
+ compileOnly files(' tools/batmass-io-1.28.9 .jar' )
110
110
implementation ' com.google.code.gson:gson:2.10'
111
111
implementation ' one.util:streamex:0.8.1'
112
112
implementation ' org.jooq:jool-java-8:0.9.14'
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ public class ToolingUtils {
52
52
private static final Logger log = LoggerFactory .getLogger (ToolingUtils .class );
53
53
private ToolingUtils () {}
54
54
55
- public static final String BATMASS_IO_JAR = "batmass-io-1.28.8 .jar" ;
55
+ public static final String BATMASS_IO_JAR = "batmass-io-1.28.9 .jar" ;
56
56
public static final String JFREECHART_JAR = "jfreechart-1.5.3.jar" ;
57
57
58
58
/**
You can’t perform that action at this time.
0 commit comments