<?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>org.gnieh</groupId>
    <artifactId>fs2-data-json_2.13</artifactId>
    <packaging>jar</packaging>
    <description>Streaming JSON manipulation library</description>
    <url>https://github.com/satabin/fs2-data</url>
    <version>1.4.0</version>
    <licenses>
        <license>
            <name>The Apache Software License, Version 2.0</name>
            <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>fs2-data-json</name>
    <organization>
        <name>org.gnieh</name>
        <url>https://github.com/satabin/fs2-data</url>
    </organization>
    <scm>
        <url>https://github.com/satabin/fs2-data</url>
        <connection>scm:git:git@github.com:satabin/fs2-data.git</connection>
    </scm>
    <developers>
        <developer>
            <id>satabin</id>
            <name>Lucas Satabin</name>
            <url>https://github.com/satabin</url>
            <email>lucas.satabin@gnieh.org</email>
        </developer>
    </developers>
    <ciManagement>
        <system>travis</system>
        <url>https://travis-ci.org/#!/satabin/fs2-data</url>
    </ciManagement>
    <issueManagement>
        <system>github</system>
        <url>https://github.com/satabin/fs2-data/issues</url>
    </issueManagement>
    <properties>
        <info.versionScheme>early-semver</info.versionScheme>
    </properties>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.13.8</version>
        </dependency>
        <dependency>
            <groupId>org.gnieh</groupId>
            <artifactId>fs2-data-text_2.13</artifactId>
            <version>1.4.0</version>
        </dependency>
        <dependency>
            <groupId>co.fs2</groupId>
            <artifactId>fs2-core_2.13</artifactId>
            <version>3.2.8</version>
        </dependency>
        <dependency>
            <groupId>org.scala-lang.modules</groupId>
            <artifactId>scala-collection-compat_2.13</artifactId>
            <version>2.7.0</version>
        </dependency>
        <dependency>
            <groupId>io.circe</groupId>
            <artifactId>circe-parser_2.13</artifactId>
            <version>0.14.2</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>io.circe</groupId>
            <artifactId>circe-jawn_2.13</artifactId>
            <version>0.14.2</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>co.fs2</groupId>
            <artifactId>fs2-io_2.13</artifactId>
            <version>3.2.8</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.disneystreaming</groupId>
            <artifactId>weaver-cats_2.13</artifactId>
            <version>0.7.12</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.disneystreaming</groupId>
            <artifactId>weaver-cats-core_2.13</artifactId>
            <version>0.7.12</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.disneystreaming</groupId>
            <artifactId>weaver-core_2.13</artifactId>
            <version>0.7.12</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.disneystreaming</groupId>
            <artifactId>weaver-framework_2.13</artifactId>
            <version>0.7.12</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.eed3si9n.expecty</groupId>
            <artifactId>expecty_2.13</artifactId>
            <version>0.15.4</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.portable-scala</groupId>
            <artifactId>portable-scala-reflect_2.13</artifactId>
            <version>1.1.2</version>
        </dependency>
    </dependencies>
</project>