Skip to content

Commit

Permalink
Fix last version was compiled with java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrebouchard committed Sep 13, 2020
1 parent 6309f34 commit b978047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -53,7 +53,7 @@ dependencies {
compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.4'
compile 'com.google.code.gson:gson:2.7'
compile 'org.eclipse.xtend:org.eclipse.xtend.lib:2.16.0'
compile group: 'com.github.UBC-Stat-ML', name: 'briefj', version: '2.6.2'
compile group: 'com.github.UBC-Stat-ML', name: 'briefj', version: '2.6.3'
compile group: 'org.apache.commons', name: 'commons-csv', version: '1.4'
}

Expand Down

0 comments on commit b978047

Please sign in to comment.