Skip to content
Snippets Groups Projects
Commit e4f8a9b6 authored by Georg Graßnick's avatar Georg Graßnick :thinking:
Browse files

Use most recent version of CSV parser dependency

parent 18394f0b
No related branches found
No related tags found
1 merge request!11Feat/csv data importer overhaul
......@@ -39,7 +39,8 @@ dependencies {
compile group: 'javax.measure', name: 'unit-api', version: '2.0-PRD'
compile group: 'tec.units', name: 'unit-ri', version: '1.0.3'
compile "com.opencsv:opencsv:4.0"
// CSV parsing
compile "com.opencsv:opencsv:4.6"
}
test {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment