<?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
    <modelVersion>4.0.0</modelVersion>
    <groupId>com.github.agourlay</groupId>
    <artifactId>json-2-csv_2.13</artifactId>
    <packaging>jar</packaging>
    <description>json-2-csv</description>
    <url>https://github.com/agourlay/json-2-csv</url>
    <version>0.5.9</version>
    <licenses>
        <license>
            <name>MIT</name>
            <url>http://opensource.org/licenses/MIT</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>json-2-csv</name>
    <organization>
        <name>com.github.agourlay</name>
        <url>https://github.com/agourlay/json-2-csv</url>
    </organization>
    <scm>
        <url>https://github.com/agourlay/json-2-csv.git</url>
        <connection>scm:git:git@github.com:agourlay/json-2-csv.git</connection>
    </scm>
    <developers>
        <developer>
            <id>agourlay</id>
            <name>Arnaud Gourlay</name>
            <url>https://github.com/agourlay</url>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.13.10</version>
        </dependency>
        <dependency>
            <groupId>org.typelevel</groupId>
            <artifactId>jawn-ast_2.13</artifactId>
            <version>1.4.0</version>
        </dependency>
        <dependency>
            <groupId>com.github.tototoshi</groupId>
            <artifactId>scala-csv_2.13</artifactId>
            <version>1.3.10</version>
        </dependency>
        <dependency>
            <groupId>commons-io</groupId>
            <artifactId>commons-io</artifactId>
            <version>2.11.0</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.scalameta</groupId>
            <artifactId>munit_2.13</artifactId>
            <version>0.7.29</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>